Back to Devexpress

ColumnView.EndGrouping Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnview-8560f3ff.md

latest2.3 KB
Original Source

ColumnView.EndGrouping Event

Fires after the grouping operation has been completed.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Sorting")]
public event EventHandler EndGrouping
vb
<DXCategory("Sorting")>
Public Event EndGrouping As EventHandler

Event Data

The EndGrouping event's data class is EventArgs.

Remarks

When you group View data by column values, the View does the following:

  1. generates the ColumnView.StartGrouping event;
  2. groups data;
  3. generates the EndGrouping event.

Note that when data is grouped, it is sorted as well. Thus, the ColumnView.StartSorting and ColumnView.EndSorting events are also raised before and after grouping.

See the Grouping document for more information.

See Also

BeginSort()

EndSort()

EndSorting

StartGrouping

StartSorting

Data Grouping

ColumnView Class

ColumnView Members

DevExpress.XtraGrid.Views.Base Namespace