Returns or sets a boolean value that determines whether a Node object in a XTTreeView control is currently checked (has a checkmark next to it).

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