TcxTreeListNode.VisibleIndex Property
In This Article
Returns the node’s index among visible nodes.
#Declaration
Delphi
property VisibleIndex: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
If a node is not visible, its VisibleIndex property returns -1. You can navigate through visible nodes using the node GetNextVisible and GetPrevVisible functions.
See Also