Skip to main content

GridControlViewCollection.Contains(BaseView) Method

Indicates whether the collection contains the specified View.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public virtual bool Contains(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A BaseView descendant object to search for.

Returns

Type Description
Boolean

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

See Also