AllowDragging Property (TreeView)
In This Topic
Gets or sets a value that determines whether users can drag and drop nodes within the
TreeView control.
Syntax
'Declaration
Public Property AllowDragging As Boolean
public bool AllowDragging {get; set;}
See Also