TreeNode.CanSelect

Syntax

CanSelect: Boolean

Description

The CanSelect property determines whether the node is selectable.

Comments

If the property is set to False, the node cannot be selected. By default the property is set to true.

Example

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

See also:

TreeNode