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

GridBandColumnCollection(GridBand) Constructor

Creates a new GridBandColumnCollection object.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public GridBandColumnCollection(
    GridBand band
)

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