TcxCustomTreeList.Items Property
Provides indexed access to the root level nodes.
Declaration
property Items[Index: Integer]: TcxTreeListNode read;
Property Value
Type |
---|
TcxTreeListNode |
Remarks
Index specifies the node’s position in the collection.
The total number of root level nodes can be obtained using the Count property.
See Also