Skip to main content

TcxGridBandedTableView.BackgroundBitmaps Property

Specifies background bitmaps for the View’s visual elements.

Declaration

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