BreadCrumbHistory.Contains(BreadCrumbHistoryItem) Method
Determines whether this BreadCrumbHistory collection contains the target BreadCrumbHistoryItem.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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