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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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