ASPxVerticalGrid.SortBy Method
| Name | Parameters | Description |
|---|---|---|
| SortBy(VerticalGridRow, ColumnSortOrder) | row, value | Sorts data by the specified row‘s values. |
| SortBy(VerticalGridRow, Int32) | row, value | Sorts data in ascending order by the values of the specified row, and places the row to the specified position among the sorted rows. |