# isDragging

> True if the user is currently dragging one or more items in the TreeView, and false otherwise.

## Definition

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

```csharp
protected bool isDragging { get; }
```
