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

TcxGridTableBackgroundBitmaps Class

Provides background bitmaps for Table View elements.

Declaration

TcxGridTableBackgroundBitmaps = class(
    TcxCustomGridTableBackgroundBitmaps
)

Remarks

The TcxGridTableBackgroundBitmaps object can be accessed via the BackgroundBitmaps property of Table Views. It provides properties that enable you to assign bitmaps to elements of these Views. These properties and their corresponding elements are:

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

The Background and Content properties are inherited from the TcxCustomGridTableBackgroundBitmaps class. These are common for objects providing background bitmaps for any Views. The TcxGridTableBackgroundBitmaps object introduces properties specific for Table Views. This object also serves as the base for the TcxGridBandedTableBackgroundBitmaps class that provides bitmaps for Banded Table Views.

See Also