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

BreadCrumbHistory.IndexOf(BreadCrumbHistoryItem) Method

Gets the BreadCrumbHistoryItem position within this BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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