Skip to main content

XtraReportBase.BandHeightChanged Event

Occurs when the height of any band in the collection returned by the XtraReportBase.Bands property changes.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public event BandEventHandler BandHeightChanged

Event Data

The BandHeightChanged event's data class is BandEventArgs. The following properties provide information specific to this event:

Property Description
Band Gets a band, for which an event has occurred.

Remarks

This event is raised if the HeightF property of any band contained in a report is changed either by a programmatic modification or through a user interaction.

See Also