TcxGridTableView.BackgroundBitmaps Property
Specifies background bitmaps for the View’s visual elements.
Declaration
property BackgroundBitmaps: TcxGridTableBackgroundBitmaps read; write;
Property Value
Type |
---|
TcxGridTableBackgroundBitmaps |
Remarks
Use the BackgroundBitmaps sub-properties to apply bitmaps to specific View elements. Refer to the TcxGridTableBackgroundBitmaps class description to learn about the elements whose background can be painted with bitmaps via the BackgroundBitmaps property.
Note
Background images can also be applied to View elements using styles. To accomplish this, assign a bitmap via a style’s Bitmap property. Styles are applied to elements of Views using the corresponding property.
See Also