Skip to main content

GridBandColumnCollection.Band Property

Gets the band owning the current column collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v24.1.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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