ASPxTreeList.ClearSort() Method
Clears sorting applied to the ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
To clear the sorting applied to the specified column, call its TreeListDataColumn.Unsort method.
See Also