A newer version of this page is available.
Switch to the current version.
XRPivotGrid.OptionsView Property
Provides access to the pivot grid's display options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsView OptionsView { get; }
<SRCategory(ReportStringId.CatOptions)>
Public ReadOnly Property OptionsView As XRPivotGridOptionsView
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
Feedback