Back to Devexpress

TcxGridBandedTableViewStyles Class

vcl-cxgridbandedtableview-d2b43ddd.md

latest2.2 KB
Original Source

TcxGridBandedTableViewStyles Class

Stores the set of styles that manage the appearance of visual elements in a Banded Table View.

Declaration

delphi
TcxGridBandedTableViewStyles = class(
    TcxGridTableViewStyles
)

Remarks

In addition to the settings inherited from the base TcxGridTableViewStyles class, the TcxGridBandedTableViewStyles class introduces members that allow you to specify and dynamically customize style attributes for:

To apply style settings to a Banded Table View, use the View’s Styles property.

You can specify the default appearance of all bands via the View’s Styles and then redefine style settings for each individual band via its Styles property.

Inheritance

Show 11 items

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxCustomGridViewStyles TcxCustomGridTableViewStyles TcxGridTableViewStyles TcxGridBandedTableViewStyles

See Also

TcxGridBandedTableViewStyles Members

cxGridBandedTableView Unit