Skip to main content

TcxGridBandedTableBackgroundBitmaps Class

Provides background bitmaps for elements of a Banded Table View.

Declaration

TcxGridBandedTableBackgroundBitmaps = class(
    TcxGridTableBackgroundBitmaps
)

Remarks

The TcxGridBandedTableBackgroundBitmaps object provides a number of properties that specify background bitmaps for elements of Banded Table Views. These properties and their corresponding elements are:

  • The background of the View (the Background property);

  • Data cells (the Content property);

  • The filter box (the FilterBox property);

  • The View’s footer (the Footer property);

  • Grouping rows (the Group property);

  • The Group By box (the GroupByBox property);

  • Column headers (the Header property);

  • Indicator (the Indicator property);

  • Preview sections (the Preview property);

  • The background of the bands panel (the BandBackground property)’

  • Band headers (the BandHeader property).

To locate these elements within a grid View, please refer to the Grid View Elements topic.

The TcxGridBandedTableBackgroundBitmaps property can be accessed via the BackgroundBitmaps property of Banded Table Views (TcxGridBandedTableView and TcxGridDBBandedTableView objects). Most of its properties (see the list above) are inherited from the TcxGridTableBackgroundBitmaps class since Table Views and Banded Table Views differ only in the availability of the bands feature. Thus, the TcxGridBandedTableBackgroundBitmaps class introduces only two properties – BandBackground and BandHeader.

See Also