Skip to main content
All docs
V23.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.