TcxGridBands.BottomItems Property
Provides indexed access to all the bottom bands in the current collection.
Declaration
property BottomItems[Index: Integer]: TcxGridBand read;
Property Value
Type |
---|
TcxGridBand |
Remarks
Use the BottomItems property to gain access to the collection of bottom bands contained within the current band collection. Each bottom band is an instance of the TcxGridBand class. This class contains settings for a specific band: caption, caption text alignment, sets of options & styles, the columns collection, etc.
See Also