GridBandColumnCollection(GridBand) Constructor
Creates a new GridBandColumnCollection object.
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 representing the band that will own the column collection. This value is assigned to the GridBandColumnCollection.Band property. |
Remarks
The constructor is called automatically by GridBand objects when they initialize their GridBand.Columns property.
See Also