Skip to main content
A newer version of this page is available. .
All docs
V21.2

TreeListControlBase.SortBy Method

Name Parameters Description
SortBy(TreeListColumn, ColumnSortOrder, Int32) column, sortOrder, sortIndex Sorts data against the specified column and arranges it according to the sort order. The position of the sort condition within the TreeListSortInfoCollection depends on the sortIndex parameter.
SortBy(TreeListColumn, ColumnSortOrder) column, sortOrder Sorts data against the specified column and arranges it according to the sort order.
SortBy(TreeListColumn) column Sorts data against the specified column.