BreadCrumbHistory.FindItem(String) Method
In This Article
Searches this BreadCrumbHistory collection for a BreadCrumbHistoryItem, related to the target path.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BreadCrumbHistoryItem FindItem(
string path
)
#Parameters
Name | Type | Description |
---|---|---|
path | String | A String value that is the path to be checked. |
#Returns
Type | Description |
---|---|
Bread |
A Bread |
See Also