EnableDragAndDrop: Boolean;
The EnableDragAndDrop property determines whether drag-and-drop mode is enabled.
By default it is set to false - drag-and-drop mode is disabled.
Use JSON or the setEnableDragAndDrop method to set the property value, and the getEnableDragAndDrop method to get the property value.
The property use is given on the Example of Creating the SimpleTreeList Component with Drag-and-Drop Mode page.
See also: