TcxCustomGridBackgroundBitmaps Class
Serves as the base for classes providing background bitmaps for the visual elements of Views.
Declaration
TcxCustomGridBackgroundBitmaps = class(
TcxCustomGridOptions
)
Remarks
The grid control enables you to assign background bitmaps to elements of its Views. The following properties should be used for this purpose:
BackgroundBitmaps property of Table Views. Its value is represented by a TcxGridTableBackgroundBitmaps object.
BackgroundBitmaps property of Banded Table Views. Its value is represented by a TcxGridBandedTableBackgroundBitmaps object.
BackgroundBitmaps property of Card Views. Its value is represented by a TcxGridCardViewBackgroundBitmaps object.
All the objects above provide a set of properties that specify the bitmaps assigned to specific elements of the corresponding View. They are all inherited from the TcxCustomGridBackgroundBitmaps class that implements their common functionality: the Background property that specifies the background image for the entire View and the Values property that allows the access of element bitmaps using element indexes.
The image below shows an example of assigning bitmaps to elements of a Table View.