Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowSort { get; set; }

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.

See Also