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

TcxCustomGridBackgroundBitmaps.Background Property

Specifies the View’s background bitmap.

#Declaration

Delphi
property Background: TBitmap index bbBackground read; write;

#Property Value

Type
TBitmap

#Remarks

The Background property lets you set the bitmap for grid Views’ background.

Note that the bitmap specified by this property will be visible only in places not occupied by elements of the View. For instance, if the number of records displayed by a Table View is so small that they don’t occupy the entire View, the background bitmap will be visible below the records.

Images below show examples of assigning background bitmaps to Table and Card Views.

See Also