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

BreadCrumbHistory.FindItem(String) Method

Searches this BreadCrumbHistory collection for a BreadCrumbHistoryItem, related to the target path.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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
BreadCrumbHistoryItem

A BreadCrumbHistoryItem whose BreadCrumbHistoryItem.Path property value equals the path parameter.

See Also