Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridControl.GroupBy Method

Name Parameters Description
GroupBy(GridColumn, ColumnSortOrder, Boolean) column, sortedOrder, mergeWithPreviousGroup Groups data by the values of the specified column with the specified sort order.
GroupBy(GridColumn, ColumnSortOrder, Int32, Boolean) column, sortedOrder, groupedIndex, mergeWithPreviousGroup Groups data by the values of the specified column with the specified sort order. If several columns are involved in grouping, the specified column will reside at the specified grouping level.
GroupBy(GridColumn, Boolean) column, mergeWithPreviousGroup Groups data by the values of the specified column.
GroupBy(GridColumn, Int32, Boolean) column, groupedIndex, mergeWithPreviousGroup Groups data by the values of the specified column. If several columns are involved in grouping, the specified column will reside at the specified grouping level.
GroupBy(String, Boolean) fieldName, mergeWithPreviousGroup Groups data by the values of the specified column.