TcxCustomGridTableBackgroundBitmaps.Content Property
In This Article
Specifies the background bitmap for a grid View content.
#Declaration
Delphi
property Content: TBitmap index bbContent read; write;
#Property Value
Type |
---|
TBitmap |
#Remarks
The Content property allows you to set the background bitmap for grid Views cells. See the image below for an example.
See Also