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