Skip to main content

TcxPivotGridStyleSheet Class

Represents a style sheet for the pivot grid control.

Declaration

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