PivotGridOptionsView Class
In This Article
Provides view options for the PivotGrid controls.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.2.dll
NuGet Package: DevExpress.Win.PivotGrid
#Declaration
public class PivotGridOptionsView :
PivotGridOptionsViewBase
#Related API Members
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
See Also