Skip to main content

TcxCustomGridBackgroundBitmaps.Background Property

Specifies the View’s background bitmap.

Declaration

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