Returns or sets a boolean value that determines whether a Node object in a XTTreeView control is currently selected.
Syntax:
NodeObject.Selected [= boolean value]
The Selected Property (Node Object) syntax has these parts:
| Part |
Description |
| NodeObject |
An object expression that evaluates to a Node object. |
| boolean value |
A Boolean expression that specifies whether the node is selected as described in settings. |
The settings for boolean value are:
| Setting |
Description |
| True |
The Node object is selected. |
| False |
The Node object is not selected. |
Remarks:
You can use the Expanded property to programmatically select a Node object.