Skip to main content

XRPivotGridOptionsView Class

Provides display options for the XRPivotGrid control.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v26.1.dll

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