Skip to main content

ASPxTreeList.ClearSort() Method

In This Article

Clears sorting applied to the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.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