TreeNode.Selected

Syntax

Selected: Boolean

Description

The Selected property determines whether the node is selected.

Comments

If the property is set to True, the node is selected. Default value is false.

Example

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

See also:

TreeNode