Skip to main content

AddGroupingLevelPageView.RemoveGroupingLevelClicked Event

Occurs when the Remove Grouping Level button is clicked on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v24.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event EventHandler RemoveGroupingLevelClicked

Event Data

The RemoveGroupingLevelClicked event's data class is EventArgs.

See Also