XRPivotGrid.OptionsView Property
Provides access to the pivot grid’s display options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsView OptionsView { get; }
Property Value
Type | Description |
---|---|
XRPivotGridOptionsView | An XRPivotGridOptionsView object which contains the pivot grid’s display options. |
Remarks
The object returned by the OptionsView property provides a set of Boolean properties which specify the visibility and layout of a pivot grid’s elements.
To learn more, see the list of the XRPivotGridOptionsView class members.
See Also