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

BandEventArgs(GridBand) Constructor

Initializes a new instance of the BandEventArgs class with the specified band.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public BandEventArgs(
    GridBand band
)

Parameters

Name Type Description
band GridBand

A GridBand object referring to the band that will be processed. This value is assigned to the BandEventArgs.Band property.

See Also