TcxCustomVerticalGrid.Styles Property
Provides the style settings for various grid elements.
Declaration
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