TdxTreeViewNode.VisibleIndex Property
In This Article
#Declaration
Delphi
property VisibleIndex: Integer read;
#Property Value
Type | Description |
---|---|
Integer | The node index. |
#Remarks
This property returns -1 if the node is hidden.
All visible nodes in the Tree View are indexed from top to bottom regardless of their nesting levels.
See Also