GridBandCollection.CreateBand() Method
Creates a new band with default settings.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v21.1.dll
NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid
Declaration
Returns
Type | Description |
---|---|
GridBand | A GridBand object that represents the created band. |
See Also