GridSortInfo.ChangeSortOrder(String) Method
Toggles the sort order.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
fieldName | String | The name of column whose sort order should be changed. |
Remarks
The sort order is specified by the GridSortInfo.SortOrder property.
See Also