Back to Devexpress

BandEventArgs Class

xtrareports-devexpress-dot-xtrareports-dot-ui-f68af263.md

latest1.5 KB
Original Source

BandEventArgs Class

Provides data for the events that are associated with a band.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class BandEventArgs :
    EventArgs
vb
Public Class BandEventArgs
    Inherits EventArgs

BandEventArgs is the data class for the following events:

Remarks

Changing a band’s height is an example of an event associated with a band. A BandEventArgs specifies this band by the BandEventArgs.Band property.

Inheritance

Object EventArgs BandEventArgs

See Also

BandEventArgs Members

DevExpress.XtraReports.UI Namespace