TreeList.DragAndDropMode

Syntax

DragAndDropMode: PP.Ui.TreeListDragAndDropMode

Description

The DragAndDropMode property sets the Drag&Drop mode.

Comments

Use JSON or the setDragAndDropMode method to set the property value and the getDragAndDropMode to get the property value.

Default property value is PP.Ui.TreeListDragAndDropMode.SingleDrag;

Example

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

See also:

TreeList