Skip to main content
A newer version of this page is available. .

GroupBand.BandLevelChanged Event

Occurs when the value of the GroupBand.Level property changes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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