Skip to main content

BreadCrumbEdit.GoForward() Method

Navigates to next navigation journal entry.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void GoForward()

Remarks

The GoForward method activates the path stored by the following BreadCrumbHistoryItem in the RepositoryItemBreadCrumbEdit.History collection. This method discards the navigation, previously performed by calling the BreadCrumbEdit.GoBack method.

See Also