C1.Win.TreeView Namespace / C1TreeView Class / EnableDragDrop Property

In This Topic
EnableDragDrop Property (C1TreeView)
In This Topic
Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.
Syntax
'Declaration
 
<C1DescriptionAttribute("C1TreeView.EnableDragDrop", "Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")>
<C1CategoryAttribute("Behavior")>
<DefaultValueAttribute(False)>
Public Property EnableDragDrop As Boolean
 
See Also