TcxCustomPivotGrid.Styles Property
Provides access to style settings for the pivot grid’s visual elements.
Declaration
property Styles: TcxPivotGridStyles read; write;
Property Value
Type |
---|
TcxPivotGridStyles |
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