ASPxPivotCustomizationControl.AllowSort Property
Gets or sets whether the sort order of field values can be toggled via the ASPxPivotCustomizationControl.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true if the sort order of field values can be toggled via the ASPxPivotCustomizationControl; otherwise, false. |
Remarks
Use the ASPxPivotCustomizationControl.AllowFilter property to specify whether filtering can be applied to fields via the ASPxPivotCustomizationControl.
To specify whether to allow end-users to change sorting and filtering in the Header Areas of the ASPxPivotGrid control, use the PivotGridOptionsCustomization.AllowSort and PivotGridOptionsCustomization.AllowFilter properties, respectively.