Skip to main content

XRPivotGridOptionsView Class

Provides display options for the XRPivotGrid control.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRPivotGridOptionsView :
    PivotGridOptionsViewBase

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.

See Also