Skip to main content

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.