Back to Devexpress

TcxGridBandedTableView.Styles Property

vcl-cxgridbandedtableview-dot-tcxgridbandedtableview-51dc5a59.md

latest1.2 KB
Original Source

TcxGridBandedTableView.Styles Property

Provides access to styles that define the appearance of grid View elements.

Declaration

delphi
property Styles: TcxGridBandedTableViewStyles read; write;

Property Value

TypeDescription
TcxGridBandedTableViewStyles

Stores Banded Table View styles.

|

Remarks

Use the Styles property to access the set of styles defining the appearance of elements of a View. This set is expanded for more specialized types of Views as the Styles property is redefined by TcxCustomGridView descendants. In the base class, the Styles set includes a style defining the appearance of the current View background. In this class the styles collection contains the styles of its parent class and adds its own styles for band headers and the band background.

See Also

TcxGridBandedTableView Class

TcxGridBandedTableView Members

cxGridBandedTableView Unit