Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomGridColumn.Styles Property

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

#Declaration

Delphi
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