XRPivotGridField.Options Property
Contains the field’s options.
Namespace: DevExpress.XtraReports.UI.PivotGrid
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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