Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridBandedTableBackgroundBitmaps Class

Provides background bitmaps for elements of a Banded Table View.

#Declaration

Delphi
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