Skip to main content

TcxCustomGridColumn.Styles Property

Provides access to styles that define the appearance of column elements.

Declaration

property Styles: TcxGridColumnStyles read; write;

Property Value

Type Description
TcxGridColumnStyles

Stores column styles.

Remarks

The Styles property 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.

See Also