Back to Devexpress

PivotGridField.ChangeSortOrder() Method

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-1848e0cf.md

latest1.4 KB
Original Source

PivotGridField.ChangeSortOrder() Method

Toggles the sort order for the current field.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public void ChangeSortOrder()
vb
Public Sub ChangeSortOrder

Remarks

The ChangeSortOrder method toggles the field’s sort order, specified by the PivotGridField.SortOrder property.

To toggle the field sort order asynchronously, use the PivotGridControl.ChangeFieldSortOrderAsync method.

See Also

SortOrder

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace