GroupBand.BandLevelChanged Event
In This Article
Occurs when the value of the GroupBand.Level property changes.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public event EventHandler BandLevelChanged
#Event Data
The BandLevelChanged event's data class is EventArgs.
#Remarks
This event is raised if the GroupBand.Level property is changed by either programmatic modification or user interaction.
See Also