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