| Overload | Description |
|---|---|
| SortBy(DataGridColumn,DataGridSortDirection) | Sorts the data by the specified column and direction. |
| SortBy(DataGridColumn,DataGridSortDirection,Boolean) | Sorts the data by the specified column and direction. |
| SortBy(DataGridColumn[]) | Sorts the data by the specified columns in ascending direction. |
| SortBy(KeyValuePair<DataGridColumn,DataGridSortDirection>[]) | Sorts the data by the specified columns and directions. |
| SortBy(DataGridColumnValue<DataGridSortDirection>[]) | Sorts the data by the specified columns and directions. |