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

TcxGridCardViewBackgroundBitmaps Class

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

Declaration

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