Skip to main content

RepositoryItemBreadCrumbEdit.GetNavigationHistoryCurrentItemIndex() Method

OBSOLETE

Use BreadCrumbEdit.GetNavigationHistoryCurrentItemIndex method instead

Gets the position within a BreadCrumbHistory collection occupied by the currently used BreadCrumbHistoryItem.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use BreadCrumbEdit.GetNavigationHistoryCurrentItemIndex method instead")]
public int GetNavigationHistoryCurrentItemIndex()

Returns

Type Description
Int32

An Int32 value that is the position within a BreadCrumbHistory collection occupied by the currently used BreadCrumbHistoryItem.

Remarks

See the Breadcrumb Edit Control topic to learn more about BreadCrumbEdit history.

See Also