Back to Devexpress

DataControlBase.ClearSorting() Method

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-6fd1562b.md

latest1.3 KB
Original Source

DataControlBase.ClearSorting() Method

Clears the sorting applied to the grid.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ClearSorting()
vb
Public Sub 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

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace