Skip to main content

TcxPivotGridStyles Class

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

Declaration

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