Back to Devexpress

BandEventArgs.Band Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandeventargs.md

latest1.3 KB
Original Source

BandEventArgs.Band Property

Gets the band currently being processed.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridBand Band { get; }
vb
Public ReadOnly Property Band As GridBand

Property Value

TypeDescription
GridBand

A GridBand object representing the band currently being processed.

|

See Also

BandEventArgs Class

BandEventArgs Members

DevExpress.XtraGrid.Views.BandedGrid Namespace