PivotGridField.Options Property
In This Article
Contains the field’s options.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public PivotGridWebFieldOptions Options { get; }
#Property Value
Type | Description |
---|---|
Pivot |
A Pivot |
#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