Skip to main content

TcxGridTableViewStyleSheet.Styles Property

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

Declaration

property Styles: TcxGridTableViewStyles read; write;

Property Value

Type
TcxGridTableViewStyles

Remarks

The Styles property defines a set of properties and events that allow you to specify the appearance of all Table View elements. By handling the styles events it is possible to override the property styles and define different styles for records on the fly.

See Also