Back to Devexpress

TcxGridBandedColumnStyles Class

vcl-cxgridbandedtableview-2f027aee.md

latest2.0 KB
Original Source

TcxGridBandedColumnStyles Class

Stores styles that define the appearance of banded column elements.

Declaration

delphi
TcxGridBandedColumnStyles = class(
    TcxGridColumnStyles
)

Remarks

The TcxGridBandedColumnStyles class defines a number of properties and events allowing you to specify the appearance of the column’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 of the banded column, see the TcxGridBandedColumn.Styles property.

You can define the default appearance of banded columns via the View’s Styles and the band’s Styles objects followed by redefining styles for individual columns as necessary.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxCustomGridStyles TcxCustomGridTableItemStyles TcxGridColumnStyles TcxGridBandedColumnStyles

See Also

TcxGridBand.Styles Property

TcxGridBandedColumn.Styles Property

TcxGridBandedTableView.Styles Property

TcxGridBandedColumnStyles Members

cxGridBandedTableView Unit