Skip to main content

TcxGridBandedTableView.Styles Property

The set of styles defining the appearance of the View’s elements.

Declaration

property Styles: TcxGridBandedTableViewStyles read; write;

Property Value

Type
TcxGridBandedTableViewStyles

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 it’s own styles for band headers and the band background.

See Also