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

GridBandCollection.Contains(GridBand) Method

Indicates whether the collection contains a specific band.

Namespace: DevExpress.XtraGrid.Views.BandedGrid

Assembly: DevExpress.XtraGrid.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Grid

Declaration

public virtual bool Contains(
    GridBand band
)

Parameters

Name Type Description
band GridBand

A GridBand object to locate in the collection.

Returns

Type Description
Boolean

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

See Also