# Sandbox.UI.BaseTreeView.IsDragging

```csharp
bool IsDragging { get; set; }
```

True while one of our rows is being dragged. The tree carries the `dragging` class.

Declared in [Sandbox.UI.BaseTreeView](/api/Sandbox.UI.BaseTreeView).
Assembly: `Sandbox.Engine`.
