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

TcxCustomVerticalGrid.Styles Property

Provides the style settings for various grid elements.

#Declaration

Delphi
property Styles: TcxVerticalGridStyles read; write;

#Property Value

Type
TcxVerticalGridStyles

#Remarks

The Styles property exposes the TcxVerticalGridStyles object that can be used to determine the style settings of various vertical grid visual elements. You can determine the style settings, for instance, of the grid background (see Background), the category rows (see Category), the content (see Content) and headers (see Header), the selected area (see Selection) and other elements.

See Also