vcl-cxcustompivotgrid-79d3e926.md
Represents a style sheet for the pivot grid control.
TcxPivotGridStyleSheet = class(
TcxCustomStyleSheet
)
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.
TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxCustomStyleSheet TcxPivotGridStyleSheet
See Also