Returns or sets a boolean value that determines whether a Node object in a XTTreeView control is currently expanded or collapsed.

Syntax:
NodeObject.Expanded [= boolean value]
The Expanded 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 expanded or collapsed as described in settings. |
The settings for boolean value are:
| Setting |
Description |
| True |
The Node is currently expanded. |
| False |
The Node is currently collapsed. |
Remarks:
You can use the Expanded property to programmatically expand a Node object.