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

BreadCrumbHistory.Contains(BreadCrumbHistoryItem) Method

Determines whether this BreadCrumbHistory collection contains the target BreadCrumbHistoryItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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