TcxPivotGridField.Styles Property
In This Article
Represents style settings for the current field’s visual elements.
#Declaration
Delphi
property Styles: TcxPivotGridFieldStyles read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Refer to the TcxPivotGridFieldStyles class description, to learn about available style settings.
Note
If specified, a field’s style options override style options specified via the pivot grid’s Styles property.
See Also