Back to Devexpress

DxGrid.SortBy Method

blazor-devexpress-dot-blazor-dot-dxgrid-dot-sortby.md

latest731 B
Original Source

DxGrid.SortBy Method

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