Skip to main content

GridColumnReadOnlyCollection.Contains(GridColumn) Method

Indicates whether the collection contains the specified column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual bool Contains(
    GridColumn column
)

Parameters

Name Type Description
column GridColumn

A GridColumn object to locate in the collection.

Returns

Type Description
Boolean

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

See Also