Skip to main content

GridControl.GroupBy Method

Name Parameters Description
GroupBy(ColumnBase, ColumnSortOrder, Int32) column, sortedOrder, groupedIndex Groups data by the values of the specified column and specifies its sort order and group index.
GroupBy(ColumnBase, ColumnSortOrder) column, sortedOrder Groups data by the values of the specified column with the specified sort order.
GroupBy(ColumnBase, Int32) column, groupedIndex Groups data by the values of the specified column with the specified group index.
GroupBy(ColumnBase) column Groups data by the values of the specified column.
GroupBy(String) fieldName Groups data by the values of the specified column.