Skip to main content

PivotCustomizationExtensionSettings.AllowSort Property

Gets or sets whether the sort order of field values can be toggled via the Customization extension.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AllowSort { get; set; }

Property Value

Type Description
Boolean

true if the sort order of field values can be toggled via the Customization extension; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowSort
PivotGridSettings

Remarks

Use the PivotCustomizationExtensionSettings.AllowFilter property to specify whether filtering can be applied to fields via the Customization extension.

To specify whether end-users can change sorting and filtering in the Header Areas of the PivotGrid, use the PivotGridOptionsCustomization.AllowSort (via PivotGridSettings.OptionsCustomization.AllowSort) and PivotGridOptionsCustomization.AllowFilter (via PivotGridSettings.OptionsCustomization.AllowFilter) properties, respectively.

See Also