BreadCrumbHistory.FindItem(String) Method
Searches this BreadCrumbHistory collection for a BreadCrumbHistoryItem, related to the target path.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| path | String | A String value that is the path to be checked. |
Returns
| Type | Description |
|---|---|
| BreadCrumbHistoryItem | A BreadCrumbHistoryItem whose BreadCrumbHistoryItem.Path property value equals the path parameter. |
See Also