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

GridBandCollection.CreateBand() Method

Creates a new band with default settings.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public virtual GridBand CreateBand()

Returns

Type Description
GridBand

A GridBand object that represents the created band.

See Also