PivotGridControl.AllowSortInFieldList Property
Gets or sets whether the sort order of field values can be toggled via the Customization Form.
This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public bool AllowSortInFieldList { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if the sort order of field values can be toggled via the Customization Form; otherwise, false. |
#Remarks
Use the PivotGridControl.AllowFilterInFieldList property to specify whether filtering can be applied to fields via the Customization Form.
To specify whether end-users are allowed to change sorting and filtering in the Header Area, use the PivotGridControl.AllowSort and PivotGridControl.AllowFilter properties, respectively.
NOTE
Field values cannot be filtered or sorted in the Customization Form if the Deferred Updates option is enabled (the Pivot
The following image illustrates how to toggle the sort order of field values via the Customization Form.