GridBandCollection.AddBand(String) Method
In This Article
Creates a band with the specified caption and appends it to the collection.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
caption | String | A String value which specifies the band’s caption. This value is assigned to the Grid |
#Returns
Type | Description |
---|---|
Grid |
A Grid |
See Also