TcxCustomTreeList.AbsoluteItems Property
Provides indexed access to all nodes in the Tree List control (regardless of hierarchy levels and visibility).
Declaration
property AbsoluteItems[Index: Integer]: TcxTreeListNode read; write;
Property Value
| Type | Description |
|---|---|
| TcxTreeListNode | A 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 AbsoluteCount property to identify the number of nodes accessible through the AbsoluteItems property.
Root Level Nodes
Use the Items property to access only the nodes at the root level.
See Also