Back to Devexpress

GridControl.GroupBy Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-groupby.md

latest1.6 KB
Original Source

GridControl.GroupBy Method

NameParametersDescription
GroupBy(GridColumn, ColumnSortOrder, Boolean)column, sortedOrder, mergeWithPreviousGroupGroups data by the values of the specified column with the specified sort order.
GroupBy(GridColumn, ColumnSortOrder, Int32, Boolean)column, sortedOrder, groupedIndex, mergeWithPreviousGroupGroups 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, mergeWithPreviousGroupGroups data by the values of the specified column.
GroupBy(GridColumn, Int32, Boolean)column, groupedIndex, mergeWithPreviousGroupGroups 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, mergeWithPreviousGroupGroups data by the values of the specified column.