Skip to main content

TcxTreeListNode.Level Property

Specifies the node’s nesting level.

Declaration

property Level: Integer read;

Property Value

Type
Integer

Remarks

Use the Level property to obtain the nesting level of the node. The Level value for root level nodes is 0. This property indicates the number of nodes to expand to reach the node.

See Also