Skip to main content

PivotGridOptionsView Class

Provides view options for the PivotGrid controls.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v23.2.dll

NuGet Package: DevExpress.Win.PivotGrid

Declaration

public class PivotGridOptionsView :
    PivotGridOptionsViewBase

The following members return PivotGridOptionsView objects:

Remarks

The PivotGridOptionsView class provides a set of Boolean properties that specify the visibility of a Pivot Grid Control’s elements. These options can be accessed via the Pivot Grid Control’s PivotGridControl.OptionsView property.

See Also