BreadCrumbNodeCollection.Contains(BreadCrumbNode, Boolean) Method
Gets whether the target BreadCrumbNode is contained within this BreadCrumbNodeCollection or any of its items’ BreadCrumbNode.ChildNodes collections.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| node | BreadCrumbNode | A BreadCrumbNode to search for. |
| recursive | Boolean | true if the search should be extended to the BreadCrumbNodeCollection items’ child collections; otherwise, false. |
Returns
| Type | Description |
|---|---|
| Boolean | true if the target BreadCrumbEdit was found; otherwise, false. |
See Also