PivotGridField.Options Property
Contains the field’s options.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
PivotGridWebFieldOptions | A PivotGridWebFieldOptions object which contains the field’s options. |
Remarks
This property provides access to the field’s settings that allow you to specify whether an end-user can drag the field, sort and filter against the field, expand/collapse field values, etc.
See Also