Skip to main content
A newer version of this page is available. .

BreadCrumbEdit.GoForward() Method

Navigates to next navigation journal entry.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

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