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

GridBandColumnCollection.Contains(BandedGridColumn) Method

Indicates whether the collection contains the specified column.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public virtual bool Contains(
    BandedGridColumn column
)

Parameters

Name Type Description
column BandedGridColumn

A BandedGridColumn object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified column; otherwise, false.

See Also