Back to Devexpress

TcxPivotGridStyleSheet Class

vcl-cxcustompivotgrid-79d3e926.md

latest1.5 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxCustomStyleSheet TcxPivotGridStyleSheet

See Also

TcxStyleRepository

TcxPivotGridStyleSheet Members

cxCustomPivotGrid Unit