TreeList.DragAndDropDetectDistance

Syntax

DragAndDropDetectDistance: Number;

Description

The DragAndDropDetectDistance property determines the distance which enables Drag&Drop mode.

Comments

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.

Example

The example of property use is given in the Example of Creating the TreeList Component page.

See also:

TreeList