DragAndDropDetectDistance: Number;
The DragAndDropDetectDistance property determines the distance which enables Drag&Drop mode.
Distance is determined in pixels.
Use JSON or the setDragAndDropDetectDistance method to set the property value and the getDragAndDropDetectDistance method to get the property value.
This property is relevant if TreeList.EnableDragAndDrop is set to true.
The example of property use is given in the Example of Creating the TreeList Component page.
See also: