Skip to main content

MasterDetailAddGroupingLevelPageView.GroupingLevelUpClicked Event

Occurs when the button for moving a grouping level up is clicked on a wizard page.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public event EventHandler GroupingLevelUpClicked

Event Data

The GroupingLevelUpClicked event's data class is EventArgs.

See Also