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

RepositoryItemBreadCrumbEdit.GoForward() Method

OBSOLETE

Use BreadCrumbEdit.GoForward method instead

Navigates to the next BreadCrumbHistoryItem object within the BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[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. You can navigate back to the previous RepositoryItemBreadCrumbEdit.Path via the RepositoryItemBreadCrumbEdit.GoBack method. To undo this back navigation, use the GoForward method.

See Also