Back to Devexpress

XtraReportBase.BandHeightChanged Event

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xtrareportbase-23a9f364.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public event BandEventHandler BandHeightChanged
vb
Public Event BandHeightChanged As BandEventHandler

Event Data

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

PropertyDescription
BandGets 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

Introduction to Banded Reports

XtraReportBase Class

XtraReportBase Members

DevExpress.XtraReports.UI Namespace