Skip to main content
A newer version of this page is available. .

ASPxTreeList.ClearSort() Method

Clears sorting applied to the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public void ClearSort()

Remarks

To clear the sorting applied to the specified column, call its TreeListDataColumn.Unsort method.

See Also