TreeList.IsCSMultiSelect

Syntax

IsCSMultiSelect: Boolean

Description

The IsCSMultiSelect property determines if it is possible to select multiple objects using the SHIFT and CTRL keys.

Comments

If the property is set to true, the user can select multiple tree nodes while holding down the SHIFT or CTRL keys. Usually, a new node is selected on click, and the previous selection is removed. If this property is set to false (default), the user cannot select multiple nodes while holding down SHIFT or CTRL keys.

Example

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

See also:

TreeList