Back to Devexpress

TcxPivotGridStyles Class

vcl-cxcustompivotgrid-f13c144f.md

latest1.5 KB
Original Source

TcxPivotGridStyles Class

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

Declaration

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

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxCustomStyles TcxStyles TcxPivotGridCustomStyles TcxPivotGridStyles

See Also

TcxPivotGridStyles Members

cxCustomPivotGrid Unit