DataControlBase.ClearSorting() Method
Clears the sorting applied to the grid.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Remarks
If the grid’s data is not grouped, the ClearSorting method clears the sorting applied to columns. Otherwise, if grouping is applied, the ClearSorting method preserves sorting applied to grouping columns, because group rows are always sorted.
To ungroup the grid, use the GridControl.ClearGrouping method.
See Also