Back to Devexpress

GridBandColumnCollection.Band Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridbandcolumncollection.md

latest1.6 KB
Original Source

GridBandColumnCollection.Band Property

Gets the band owning the current column collection.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual GridBand Band { get; }
vb
Public Overridable ReadOnly Property Band As GridBand

Property Value

TypeDescription
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

GridBandColumnCollection Class

GridBandColumnCollection Members

DevExpress.XtraGrid.Views.BandedGrid Namespace