TreeListView.EnableDropOutside

Syntax

EnableDropOutside: Boolean;

Description

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

Comments

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