Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxPivotGridStyles Class

Represents style settings for a pivot grid’s visual elements.

#Declaration

Delphi
TcxPivotGridStyles = class(
    TcxPivotGridCustomStyles
)

#Remarks

This class simply publishes some properties and events inherited from its base class. Refer to the TcxPivotGridCustomStyles class description, to learn more.

You can use the StyleSheet property to apply a style sheet to the pivot grid control (i.e. apply multiple style attributes at the same time).

The TcxPivotGridStyles object is referenced by the TcxCustomPivotGrid.Styles property.

See Also