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

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:

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.

See Also