Skip to main content

BreadCrumbHistory.Contains(BreadCrumbHistoryItem) Method

Determines whether this BreadCrumbHistory collection contains the target BreadCrumbHistoryItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    BreadCrumbHistoryItem item
)

Parameters

Name Type Description
item BreadCrumbHistoryItem

A BreadCrumbHistoryItem to be checked.

Returns

Type Description
Boolean

true if this BreadCrumbHistory collection contains the target BreadCrumbHistoryItem; otherwise, false.

See Also