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
#Remarks
To clear the sorting applied to the specified column, call its TreeListDataColumn.Unsort method.
See Also