Skip to main content

TcxPivotGridStyleSheet.Styles Property

Represents a set of styles which control the appearance of the pivot grid’s visual elements.

Declaration

property Styles: TcxPivotGridStyles read; write;

Property Value

Type
TcxPivotGridStyles

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