TcxCustomGridColumn.Styles Property
In This Article
Provides access to styles that define the appearance of column elements.
#Declaration
Delphi
property Styles: TcxGridColumnStyles read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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