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

TcxPivotGridStyleSheet Class

Represents a style sheet for the pivot grid control.

#Declaration

Delphi
TcxPivotGridStyleSheet = class(
    TcxCustomStyleSheet
)

#Remarks

A style sheet contains a set of styles that can be applied to multiple visual elements of the ExpressPivotGrid control in one step using the control’s Styles.StyleSheet property. At design time, you can use the Style Repository component to customize and manage styles and style sheets.

An instance of the TcxPivotGridStyleSheet class represents a style sheet for the pivot grid control. To individually specify both the set of styles and each style to be applied to the control, set the style sheet’s Styles property.

See Also