Skip to main content

TcxGridBandedTableBackgroundBitmaps.BandHeader Property

Specifies the background bitmap for band headers.

Declaration

property BandHeader: TBitmap index bbBandHeader read; write;

Property Value

Type
TBitmap

Remarks

Use the BandHeader property to specify the bitmap displayed as the background for band headers. The image below shows an example.

To locate band headers within a grid View, 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