BreadCrumbHistory.Contains(BreadCrumbHistoryItem) Method
Determines whether this BreadCrumbHistory collection contains the target BreadCrumbHistoryItem.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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