GridBandColumnCollection.Remove(BandedGridColumn) Method
Removes a column from 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 remove. |
Remarks
To move a column to another band’s column collection, use the target column collection’s GridBandColumnCollection.Add or GridBandColumnCollection.Insert method.
See Also