Back to Devexpress

TcxGridCardViewBackgroundBitmaps Class

vcl-cxgridcardview-3fbed21c.md

latest2.8 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridBackgroundBitmaps TcxCustomGridTableBackgroundBitmaps TcxGridCardViewBackgroundBitmaps

See Also

TcxGridCardViewBackgroundBitmaps Members

cxGridCardView Unit