Skip to main content

TcxCustomGridColumn.Styles Property

Specifies a set of styles managing the appearance of column elements.

Declaration

property Styles: TcxGridColumnStyles read; write;

Property Value

Type
TcxGridColumnStyles

Remarks

The Styles object defines a set of styles for different column elements (data cells, header, footer cells, etc.) It is possible to define styles common to all columns within a View via the View’s Styles property and then redefine them for particular columns. Handling the events of the Styles object, it is possible to set specific styles for individual records.

See Also