TcxPivotGridStyleSheet.Styles Property
In This Article
Represents a set of styles which control the appearance of the pivot grid’s visual elements.
#Declaration
Delphi
property Styles: TcxPivotGridStyles read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use the current style sheet’s Styles property to specify style settings for all the pivot grid’s visual elements. You can handle specially designed Styles events to override the specified style settings and customize styles for various visual elements on the fly.
To apply styles to the pivot grid, use its Styles property.
See Also