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

TcxCustomGridTableBackgroundBitmaps Class

Serves as the base for classes providing background bitmaps for elements of grid Views that display data in tabular form (by means of cells).

Declaration

TcxCustomGridTableBackgroundBitmaps = class(
    TcxCustomGridBackgroundBitmaps
)

Remarks

The TcxCustomGridTableBackgroundBitmaps class extends the functionality of the TcxCustomGridBackgroundBitmaps object. It introduces a single property to specify the background bitmap for elements displaying data – data cells. Refer to the Content property description for details.

The TcxCustomGridTableBackgroundBitmaps class is the direct ancestor of classes providing background images for elements of Views displaying data by means of cells. These descendants can be accessed via the BackgroundBitmaps property of objects representing Views.

You have no need to create objects of the TcxCustomGridTableBackgroundBitmaps class in applications. Appropriate descendants are automatically created by Views when they initialize their Bitmaps property.

See Also