Skip to main content

BreadCrumbHistory.IndexOf(BreadCrumbHistoryItem) Method

Gets the BreadCrumbHistoryItem position within this BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    BreadCrumbHistoryItem item
)

Parameters

Name Type Description
item BreadCrumbHistoryItem

A BreadCrumbHistoryItem whose index is to be obtained.

Returns

Type Description
Int32

An Int32 value that is the target BreadCrumbHistoryItem‘s index within this BreadCrumbHistory collection.

See Also