GridBandColumnCollection.Add(BandedGridColumn) Method
Adds the specified column to the end of the collection.
Namespace: DevExpress.XtraGrid.Views.BandedGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | BandedGridColumn | A BandedGridColumn object representing the column to add. |
Remarks
The Add method adds a manually created column to the collection. Note that columns cannot be added to the collection if the band owning this collection has child bands. In this case, calling the Add method has no effect.
If you need to add a column to a particular position within the collection, use the GridBandColumnCollection.Insert method. To remove a column from the collection, use the GridBandColumnCollection.Remove method.