[]
Configurates AllowDragging. Sets a value that determines whether users can drag and drop nodes within the TreeView control.
public TreeViewBuilder AllowDragging(bool value)
Public Function AllowDragging(value As Boolean) As TreeViewBuilder
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| TreeViewBuilder | Current builder. |