Back to Devexpress

TcxPivotGridCustomStyles Class

vcl-cxcustompivotgrid-918c4ab6.md

latest3.8 KB
Original Source

TcxPivotGridCustomStyles Class

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

Declaration

delphi
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.

Implements

IcxPivotGridBaseStyles

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxPivotGridCustomStyles

See Also

TcxPivotGridCustomStyles Members

cxCustomPivotGrid Unit