TreeListView.DragAndDropIndent

Syntax

DragAndDropIndent: Number;

Description

The DragAndDropIndent property determines separating line indent on using the drag-and-drop mode.

Comments

The value is set in pixels.

Use JSON or the setDragAndDropIndent method to set the property value and the getDragAndDropIndent 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