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.v18.2.dll

Declaration

[SRCategory(ReportStringId.CatOptions)]
public PivotGridOptionsData OptionsData { get; }

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