TcxTreeListBands.RootItems Property
In This Article
Provides indexed access to all the root bands in the current band collection.
#Declaration
Delphi
property RootItems[Index: Integer]: TcxTreeListBand read;
#Property Value
Type |
---|
Tcx |
#Remarks
To determine the number of items within the RootItems collection, use the RootItemCount property.
See Also