Skip to main content
A newer version of this page is available. .

XRPivotGrid.OptionsData Property

Provides access to the pivot grid’s data specific options.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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