EnableDragAndDrop: Boolean
The EnableDragAndDrop property determines if nodes can be moved using Drag&Drop method.
If the property is set toTrue, the nodes can be moved using Drag&Drop method, otherwise they cannot. By default this property is set to false.
To move a node using Drag&Drop method, click desired node, and hold the cursor for some time (the delay time can be set in the TreeList.DragAndDropDelay property). When the node becomes highlighted, it can be moved:
The example of property use is given in the Example of Creating the TreeList Component page.
See also: