Skip to main content

BreadCrumbNodeCollection.Contains(BreadCrumbNode) Method

Gets whether this BreadCrumbNodeCollection contains the target node.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    BreadCrumbNode node
)

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