TdxTreeCustomNode.Level Property
Returns the node’s nesting level in the tree.
Declaration
property Level: Integer read;
Property Value
Type | Description |
---|---|
Integer | The node’s nesting level. |
Remarks
This property returns -1 for the root node.
See Also