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

TcxGridBandedTableView.BackgroundBitmaps Property

Specifies background bitmaps for the View’s visual elements.

#Declaration

Delphi
property BackgroundBitmaps: TcxGridBandedTableBackgroundBitmaps read; write;

#Property Value

Type
TcxGridBandedTableBackgroundBitmaps

#Remarks

Use this property to assign background images to the elements of a Banded Table View. The TcxGridBandedTableBackgroundBitmaps object represents this property. The object provides a number of properties, each of which specifies the bitmap for a specific element type. Please refer to the TcxGridBandedTableBackgroundBitmaps object for details.

Note that you can also assign background images to elements of the View using styles. Specify the Bitmap property of the style assigned to an element for this purpose. Styles are assigned via the Styles property of the View.

See Also