DxTreeList.SortBy Method
Name | Parameters | Description |
---|---|---|
SortBy(String, TreeListColumnSortOrder, Int32) | columnFieldName, sortOrder, sortIndex | Sorts data by column values in the specified order and specifies the sorted column’s index. |
SortBy(String, TreeListColumnSortOrder) | columnFieldName, sortOrder | Sorts data by column values in the specified order. |
SortBy(String) | columnFieldName | Sorts data by the specified column values. |