Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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