Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    BreadCrumbNode node,
    bool recursive
)

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