Skip to main content
A newer version of this page is available. .

TcxCustomGridCellViewInfo.BackgroundBitmap Property

Contains the background bitmap assigned to the current grid element.

Declaration

property BackgroundBitmap: TBitmap read;

Property Value

Type
TBitmap

Remarks

The BackgroundBitmap property enables you to obtain the background bitmap of the corresponding grid View element. This bitmap can be assigned to the element via the element style of via the BackgroundBitmaps property of the grid View containing the element.

See Also