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

GridControl.GroupBy Method

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