Skip to main content
A newer version of this page is available. .

GridBandColumnCollection.Remove(BandedGridColumn) Method

Removes a column from the collection.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual void Remove(
    BandedGridColumn column
)

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