BandEventArgs(GridBand) Constructor
Initializes a new instance of the BandEventArgs class with the specified band.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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