Back to Devexpress

PivotGridOptionsView Class

windowsforms-devexpress-dot-xtrapivotgrid-c7d1aace.md

latest1.9 KB
Original Source

PivotGridOptionsView Class

Provides view options for the PivotGrid controls.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public class PivotGridOptionsView :
    PivotGridOptionsViewBase
vb
Public Class PivotGridOptionsView
    Inherits 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.

Inheritance

Object ViewStatePersisterCore BaseOptions PivotGridOptionsBase PivotGridOptionsViewBase PivotGridOptionsView

See Also

PivotGridOptionsView Members

OptionsView

DevExpress.XtraPivotGrid Namespace