TcxGridBandedTableBackgroundBitmaps.BandBackground Property
Specifies the background bitmap for the band panel.
Declaration
property BandBackground: TBitmap index bbBandBackground read; write;
Property Value
Type |
---|
TBitmap |
Remarks
The grid control enables you to create complex structures of bands so that bands differ in height. In this case, part of the band panel background is visible under shorter bands. Use the BandBackground property to specify a bitmap for these areas.
For more information on grid elements’ location, please refer to the Grid View Elements topic. The Banded Table View Tutorial. Step 2: Bands And Columns topic provides additional information on customizing the bands structure.
See Also