TcxTreeListNode.Level Property
Returns the node’s nesting level.
Declaration
property Level: Integer read;
Property Value
| Type | Description |
|---|---|
| Integer | The node’s nesting level. |
Remarks
Use the Level property to obtain the nesting level of the node. The Level value for root nodes is 0. This property indicates the number of nodes you need to expand to reach the node.
See Also