TreeListView.EnableDragOutside

Syntax

EnableDragOutside: Boolean;

Description

The EnableDragOutside property determines whether it is available to drag to other trees.

Comments

Use JSON or the setEnableDragOutside method to set the property value, and the getEnableDragOutside 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