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

GridControl.StartGrouping Event

Occurs before a grouping operation is started.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public event EventHandler StartGrouping

Event Data

The StartGrouping event's data class is EventArgs.

Remarks

Each time the grid’s data is grouped or ungrouped by a column, the grid does the following:

Since data grouping requires sorting, the GridControl.StartSorting and GridControl.EndSorting events are also raised before and after grouping.

See Also