XRPivotGrid.OptionsData Property
Provides access to the pivot grid’s data specific options.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridOptionsData OptionsData { get; }
Property Value
Type | Description |
---|---|
XRPivotGridOptionsData | 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