Skip to main content
A newer version of this page is available. .

BandEventArgs.Band Property

Gets the band currently being processed.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public GridBand Band { get; }

Property Value

Type Description
GridBand

A GridBand object representing the band currently being processed.

See Also