Skip to main content

TcxPivotGridCustomStyles Class

Represents the base class for classes that contain style settings for pivot grid visual elements.

Declaration

TcxPivotGridCustomStyles = class(
    TcxStyles,
    IcxPivotGridBaseStyles
)

Remarks

While its ancestor the TcxStyles provides access to the style attributes, the TcxPivotGridCustomStyles represents styles for the pivot grid’s visual elements as follows:

The TcxPivotGridCustomStyles class is the ancestor of the TcxPivotGridStyles and TcxPivotGridFieldStyles classes.

See Also