Back to Devexpress

GridControl.GroupBy(GridColumn, ColumnSortOrder, Boolean) Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-dot-groupby-x28-devexpress-dot-xpf-dot-grid-dot-gridcolumn-devexpress-dot-data-dot-columnsortorder-system-dot-boolean-x29.md

latest2.2 KB
Original Source

GridControl.GroupBy(GridColumn, ColumnSortOrder, Boolean) Method

Groups data by the values of the specified column with the specified sort order.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void GroupBy(
    GridColumn column,
    ColumnSortOrder sortedOrder,
    bool mergeWithPreviousGroup = false
)
vb
Public Sub GroupBy(
    column As GridColumn,
    sortedOrder As ColumnSortOrder,
    mergeWithPreviousGroup As Boolean = False
)

Parameters

NameTypeDescription
columnGridColumn

A GridColumn object that represents the column by whose values data is grouped.

| | sortedOrder | ColumnSortOrder |

A ColumnSortOrder enumeration value that specifies the column’s sort order.

|

Optional Parameters

NameTypeDefaultDescription
mergeWithPreviousGroupBooleanFalse

A boolean value that specifies whether the current grouping should be merged with a previous grouping (according to the group index).

|

Remarks

The GridControl supports data grouping by an unlimited number of columns. The GroupBy method groups data by the values of the specified column.

To learn more, see Grouping.

See Also

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace