Skip to main content
A newer version of this page is available. .

XRPivotGridOptionsView Class

Provides display options for the XRPivotGrid control.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

public class XRPivotGridOptionsView :
    PivotGridOptionsViewBase

The following members return XRPivotGridOptionsView objects:

Remarks

The XRPivotGridOptionsView class provides a set of properties that specify the visibility of a pivot grid’s elements. These options can be accessed via the control’s XRPivotGrid.OptionsView property.

Implements

DevExpress.Utils.Serializing.IXtraSerializableLayoutEx
See Also