Skip to main content

TcxGridBandedTableViewStyleSheet.Styles Property

Represents a set of styles managing the Banded Table View appearance.

Declaration

property Styles: TcxGridBandedTableViewStyles read; write;

Property Value

Type
TcxGridBandedTableViewStyles

Remarks

The Styles property defines a number of properties and events that allow you to specify the appearance of all Banded Table View elements. These include background, bands backgrounds, bands headers, content, filter box, footer, group, Group By box, header, inactive, indicator, preview and selection styles.

By handling the styles events it is possible to override the property styles and define different styles for records on the fly.

See Also