Back to Devexpress

TcxTreeListNode.Level Property

vcl-cxtl-dot-tcxtreelistnode-5808447c.md

latest654 B
Original Source

TcxTreeListNode.Level Property

Returns the node’s nesting level.

Declaration

delphi
property Level: Integer read;

Property Value

TypeDescription
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

TcxTreeListNode Class

TcxTreeListNode Members

cxTL Unit