Skip to main content

ASPxTreeList.ClearSort() Method

Clears sorting applied to the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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