Back to Devexpress

GridBandColumnCollection.Contains(BandedGridColumn) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-gridbandcolumncollection-dot-contains-x28-devexpress-dot-xtragrid-dot-views-dot-bandedgrid-dot-bandedgridcolumn-x29.md

latest1.9 KB
Original Source

GridBandColumnCollection.Contains(BandedGridColumn) Method

Indicates whether the collection contains the specified column.

Namespace : DevExpress.XtraGrid.Views.BandedGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual bool Contains(
    BandedGridColumn column
)
vb
Public Overridable Function Contains(
    column As BandedGridColumn
) As Boolean

Parameters

NameTypeDescription
columnBandedGridColumn

A BandedGridColumn object to locate in the collection.

|

Returns

TypeDescription
Boolean

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

|

See Also

GridBandColumnCollection Class

GridBandColumnCollection Members

DevExpress.XtraGrid.Views.BandedGrid Namespace