Skip to main content

GridBandCollection.CreateBand() Method

Creates a new band with default settings.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual GridBand CreateBand()

Returns

Type Description
GridBand

A GridBand object that represents the created band.

See Also