Skip to main content

TcxPivotGridOptionsView Class

Contains view options for the pivot grid.

Declaration

TcxPivotGridOptionsView = class(
    TcxPivotGridCustomOptions,
    IInterface,
    IcxPivotGridSizableObject
)

Remarks

This class provides a set of properties that specify the visibility and appearance of the pivot grid’s elements.

The TcxPivotGridOptionsView object is referenced by the TcxCustomPivotGrid.OptionsView property.

Inheritance

See Also