TreeListView.DragAndDropDelay

Syntax

DragAndDropDelay: Number;

Description

The DragAndDropDelay property determines delay before drag-and-drop mode start.

Comments

The value is set in milliseconds. By default the value is 500.

Use JSON or the setDragAndDropDelay method to set the property value and the getDragAndDropDelay to get the property value.

Example

The property use is given on the Example of Creating the SimpleTreeList Component with Drag-and-Drop Mode page.

See also:

TreeListView