Skip to main content
A newer version of this page is available. .

BreadCrumbNodeCollection.Contains(BreadCrumbNode) Method

Gets whether this BreadCrumbNodeCollection contains the target node.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

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