RepositoryItemBreadCrumbEdit.GoForward() Method
In This Article
OBSOLETE
Use Bread
Navigates to the next BreadCrumbHistoryItem object within the BreadCrumbHistory collection.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use BreadCrumbEdit.GoForward method instead")]
public void GoForward()
#Remarks
A BreadCrumbHistory collection, assigned to the editor’s RepositoryItemBreadCrumbEdit.History property, keeps the end-user’s navigation history and allows you to browse all previously visited editor paths.
Use the BreadCrumbEdit.GoBack method to navigate back to the previous path. To go forward, use the BreadCrumbEdit.GoForward method.
See Also