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

XRPivotGridField.Options Property

Contains the field’s options.

Namespace: DevExpress.XtraReports.UI.PivotGrid

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Core

Declaration

[SRCategory(ReportStringId.CatOptions)]
public XRPivotGridFieldOptions Options { get; }

Property Value

Type Description
XRPivotGridFieldOptions

An XRPivotGridFieldOptions object which contains the field’s options.

Remarks

This property provides access to the field’s settings, such as whether an end-user can drag the field, sort and filter against the field, expand/collapse field values, etc.

See Also