XtraTabPageCollection.Contains(XtraTabPage) Method
Indicates whether the collection contains the tab page specified.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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