Back to Devexpress

TcxCustomGridTableBackgroundBitmaps Class

vcl-cxgridcustomtableview-3d15615d.md

latest1.9 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomGridOptions TcxCustomGridBackgroundBitmaps TcxCustomGridTableBackgroundBitmaps

See Also

TcxCustomGridTableBackgroundBitmaps Members

cxGridCustomTableView Unit