GroupBand.BandLevelChanged Event
Occurs when the value of the GroupBand.Level property changes.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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