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