TcxCustomTreeList.Items Property
In This Article
Provides indexed access to the root level nodes.
#Declaration
Delphi
property Items[Index: Integer]: TcxTreeListNode read;
#Property Value
Type |
---|
Tcx |
#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