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

GridBandColumnCollection.Band Property

Gets the band owning the current column collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual GridBand Band { get; }

Property Value

Type Description
GridBand

A GridBand object whose GridBand.Columns property is represented by this column collection.

Remarks

This property value is initialized in the constructor.

See Also