TcxCustomPivotGrid.Styles Property
In This Article
Provides access to style settings for the pivot grid’s visual elements.
#Declaration
Delphi
property Styles: TcxPivotGridStyles read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Refer to the TcxPivotGridStyles class description, to learn about available style settings.
Note
You can override these style options by specifying individual style options for each field via a field’s Style property.
See Also