EnableDragDrop Property (C1TreeView)
Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.
[C1Description("C1TreeView.EnableDragDrop", "Gets or sets a value indicating whether a simple drag and drop in the tree should be enable or not.")]
[C1Category("Behavior")]
[DefaultValue(false)]
public bool EnableDragDrop {get; set;}
'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