TreeList.DragAndDropDelay

Syntax

DragAndDropDelay: Number

Description

The DragAndDropDelay property determines how long the user must hold mouse cursor over a node while holding down mouse button to activate the Drag&Drop mode.

Comments

If the user releases cursor before the specified time elapses, the Drag&Drop mode is not activated.

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