Skip to main content

DataControlBase.ClearSorting() Method

Clears the sorting applied to the grid.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public void ClearSorting()

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