Back to Devexpress

PivotGridControl.AllowSortInFieldList Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-08529705.md

latest2.8 KB
Original Source

PivotGridControl.AllowSortInFieldList Property

Gets or sets whether the sort order of field values can be toggled via the Field List.

This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool AllowSortInFieldList { get; set; }
vb
Public Property AllowSortInFieldList As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

Use the PivotGridControl.AllowFilterInFieldList property to specify whether filtering can be applied to fields via the Field List.

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 Field List if the Defer Updates option is enabled (the PivotGridControl.DeferredUpdates property is set to true ).

The following image illustrates how to toggle the sort order of field values via the Field List.

See Also

AllowFilterInFieldList

AllowSort

AllowFilter

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace