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

TreeListDataColumn.Unsort() Method

Clears the sorting applied to the column.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public void Unsort()

Remarks

The Unsort method sets the TreeListDataColumn.SortIndex property to -1, and the TreeListDataColumn.SortOrder property to ColumnSortOrder.None.

Sorting is allowed if the TreeListSettingsBehavior.AllowSort property is set to true. To learn more, see Sorting.

See Also