BreadCrumbNodeCollection.Contains(BreadCrumbNode) Method
Gets whether this BreadCrumbNodeCollection contains the target node.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | BreadCrumbNode | A BreadCrumbNode to be checked. |
Returns
| Type | Description |
|---|---|
| Boolean | true if this BreadCrumbNodeCollection contains the target node; otherwise, false. |
See Also