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

BreadCrumbEdit.SetNavigationHistoryCurrentItemIndex(Int32) Method

Sets the current node path’s index within a navigation journal, retrieved by the BreadCrumbEdit.GetNavigationHistory method.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public void SetNavigationHistoryCurrentItemIndex(
    int itemIndex
)

Parameters

Name Type Description
itemIndex Int32

An Int32 value that is the current node path’s index within a complete navigation journal.

See Also