Skip to main content

BandEventArgs.Band Property

Gets the band currently being processed.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridBand Band { get; }

Property Value

Type Description
GridBand

A GridBand object representing the band currently being processed.

See Also