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

TcxGridCardViewBackgroundBitmaps Class

Provides background bitmaps for the visual elements of a Card View.

#Declaration

Delphi
TcxGridCardViewBackgroundBitmaps = class(
    TcxCustomGridTableBackgroundBitmaps
)

#Remarks

The TcxGridCardViewBackgroundBitmaps object can be accessed via the BackgroundBitmaps property of Card Views (TcxGridCardView and TcxGridDBCardView objects). It provides properties that specify background bitmaps assigned to elements of the owning View. These elements and their corresponding properties are:

To locate these elements within the View, refer to the Grid View Elements topic.

The TcxGridCardViewBackgroundBitmaps object in derived from the TcxCustomGridTableBackgroundBitmaps class. It inherits the Background and Content properties that are common to all Views. The properties above are specific to Card Views.

You will have no need to create instances of the TcxGridCardViewBackgroundBitmaps class at runtime. A View will create the object when initializing its Bitmaps property.

See Also