Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Trees > Classes > TreeList > TreeList.EnableDragAndDrop
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 drag a node, click the node, and hold down 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: