Back to Devexpress

BreadCrumbEdit.GetNavigationHistoryCurrentItemIndex() Method

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-bd7302de.md

latest1.4 KB
Original Source

BreadCrumbEdit.GetNavigationHistoryCurrentItemIndex() Method

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int GetNavigationHistoryCurrentItemIndex()
vb
Public Function GetNavigationHistoryCurrentItemIndex As Integer

Returns

TypeDescription
Int32

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

|

See Also

GetNavigationHistory()

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace