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.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
itemIndex | Int32 | An Int32 value that is the specific BreadCrumbHistoryItem‘s position within a parent BreadCrumbHistory collection. |
See Also