Skip to main content

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.1.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