ASPxTreeList.SortBy Method
Name | Parameters | Description |
---|---|---|
SortBy(TreeListDataColumn, ColumnSortOrder) | column, sortOrder | Sorts data by the specified column’s values. |
SortBy(TreeListDataColumn, Int32) | column, sortIndex | Sorts data by the values of the specified data column, and places the column in the specified position among the sorted columns. |