TreeListView.EnableDragAndDrop

Syntax

EnableDragAndDrop: Boolean;

Description

The EnableDragAndDrop property determines whether drag-and-drop mode is enabled.

Comments

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.

Example

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

See also:

TreeListView