TdxTreeCustomNode.Level Property
In This Article
Returns the node’s nesting level in the tree.
#Declaration
Delphi
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