Back to Devexpress

BandEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-44403ae2.md

latest1.8 KB
Original Source

BandEventArgs Class

Provides data for the BandedGridView.BandWidthChanged event.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

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

BandEventArgs is the data class for the following events:

Remarks

Use the BandEventArgs.Band property to identify the currently processed band.

Inheritance

Object EventArgs BandEventArgs

See Also

BandEventArgs Members

BandWidthChanged

DevExpress.XtraGrid.Views.BandedGrid Namespace