# draggedItemIDs

> The multi-selection about to be dragged.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public IList<TIdentifier> draggedItemIDs
```

### Remarks

If the user is about to drag a multi-selection this is the entire list of [TreeViewItem\<TIdentifier>.id](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeviewitem1/id.md) that are about to be dragged, including the ::draggedItem.

Additional Resources: [TreeView\<TIdentifier>.FindRows](/engine/6000.7/script-reference/unityeditor/imgui/controls/treeview1/findrows.md).
