A newer version of this page is available.
Switch to the current version.
XRPivotGrid.OptionsData Property
Provides access to the pivot grid's data specific options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
[SRCategory(ReportStringId.CatOptions)]
public PivotGridOptionsData OptionsData { get; }
<SRCategory(ReportStringId.CatOptions)>
Public ReadOnly Property OptionsData As PivotGridOptionsData
Property Value
Type | Description |
---|---|
PivotGridOptionsData | A PivotGridOptionsData class that contains the pivot grid's data specific options. |
Remarks
Use the OptionsData property to access options that control operations on data. For instance, use the PivotGridOptionsData.CaseSensitive property to specify whether grouping is case-sensitive.
See Also
Feedback