Back to Devexpress

GridBandCollection.CreateBand() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridbandcollection-141fdda1.md

latest1.4 KB
Original Source

GridBandCollection.CreateBand() Method

Creates a new band with default settings.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual GridBand CreateBand()
vb
Public Overridable Function CreateBand As GridBand

Returns

TypeDescription
GridBand

A GridBand object that represents the created band.

|

See Also

GridBandCollection Class

GridBandCollection Members

DevExpress.XtraGrid.Views.BandedGrid Namespace