Skip to main content

GridControl.GroupBy Method

Name Parameters Description
GroupBy(GridColumn) column Groups data by the values of the specified column.
GroupBy(GridColumn, ColumnSortOrder) column, sortedOrder Groups data by the values of the specified column with the specified sort order.
GroupBy(GridColumn, ColumnSortOrder, Int32) column, sortedOrder, groupedIndex 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, Int32) column, groupedIndex 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) fieldName Groups data by the values of the specified column.