Skip to main content

DataControlBase.ClearSorting() Method

Clears the sorting applied to the grid.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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.

To learn more, see Sorting and Sorting in Code.

See Also