Skip to main content
A newer version of this page is available. .

GridControl.SortBy Method

Name Parameters Description
SortBy(GridColumn, ColumnSortOrder, Int32) column, sortedOrder, sortedIndex Sorts data by the values of the specified column in the specified order, and places the column to the specified position among the sorted columns.
SortBy(GridColumn, ColumnSortOrder) column, sortedOrder Sorts data by the values of the specified column in the specified order.
SortBy(GridColumn) column Sorts data by the values of the specified column.