TcxCustomTreeList.AbsoluteVisibleItems Property
Provides indexed access to all visible nodes in the Tree List control (regardless of hierarchy levels).
Declaration
property AbsoluteVisibleItems[Index: Integer]: TcxTreeListNode read; write;
Property Value
| Type | Description |
|---|---|
| TcxTreeListNode | A visible tree list node. |
Remarks
Pass an index as the Index parameter to access the corresponding node in the collection. Node indexes correspond to the active sort order.
Use the AbsoluteVisibleCount property to identify the number of nodes accessible through the AbsoluteVisibleItems property.
Root Level Nodes
Use the Items property to access only the nodes at the root level.
See Also