DataControlBase.ClearSorting() Method
In This Article
Clears the sorting applied to the grid.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#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.
To learn more, see Sorting and Sorting in Code.
See Also