Back to Devexpress

TcxGridBandStyles Class

vcl-cxgridbandedtableview-4b87b327.md

latest1.4 KB
Original Source

TcxGridBandStyles Class

Stores a set of styles that define the appearance of band elements.

Declaration

delphi
TcxGridBandStyles = class(
    TcxCustomGridStyles
)

Remarks

The TcxGridBandStyles class defines a set of properties and events allowing you to specify the appearance of a band’s content region, header and footer panels. By handling styles events, it is possible to define different styles for individual records. To set the styles for a band, see the TcxGridBand.Styles property.

You can define the default appearance of banded columns via the View’s Styles object and then redefine styles for individual columns as necessary.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxGridBandStyles

See Also

TcxGridBandStyles Members

cxGridBandedTableView Unit