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

RepositoryItemBreadCrumbEdit.SetNavigationHistoryCurrentItemIndex(Int32) Method

OBSOLETE

Use BreadCrumbEdit.SetNavigationHistoryCurrentItemIndex method instead

Sets a BreadCrumbHistoryItem with the target index as the current history item.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("Use BreadCrumbEdit.SetNavigationHistoryCurrentItemIndex method instead")]
public void SetNavigationHistoryCurrentItemIndex(
    int itemIndex
)

Parameters

Name Type Description
itemIndex Int32

An Int32 value that is the specific BreadCrumbHistoryItem‘s position within a parent BreadCrumbHistory collection.

See Also