Back to Devexpress

DxTreeList.SortBy Method

blazor-devexpress-dot-blazor-dot-dxtreelist-dot-sortby.md

latest762 B
Original Source

DxTreeList.SortBy Method

NameParametersDescription
SortBy(String, TreeListColumnSortOrder, Int32)columnFieldName, sortOrder, sortIndexSorts data by column values in the specified order and specifies the sorted column’s index.
SortBy(String, TreeListColumnSortOrder)columnFieldName, sortOrderSorts data by column values in the specified order.
SortBy(String)columnFieldNameSorts data by the specified column values.