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