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

XtraTabPageCollection.Contains(XtraTabPage) Method

Indicates whether the collection contains the tab page specified.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public virtual bool Contains(
    XtraTabPage page
)

Parameters

Name Type Description
page XtraTabPage

An XtraTabPage object to locate in the collection.

Returns

Type Description
Boolean

true if the collection contains the specified tab page; otherwise, false.

See Also