TcxTreeListNode.VisibleIndex Property
Returns the node’s index among visible nodes.
Declaration
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