TreeList.AreaSelect

Syntax

AreaSelect: Boolean

Description

The AreaSelect property determines if tree area can be selected with the mouse.

Comments

If the property is set to True (default), selection is available:

On area selection, all tree nodes included into this area are selected.

If the property is set to false, area cannot be selected.

Example

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

See also:

TreeList