Skip to main content

RepositoryItemBreadCrumbEdit.GoBack() Method

OBSOLETE

Use BreadCrumbEdit.GoBack method instead

Navigates to the previous BreadCrumbHistoryItem within the BreadCrumbHistory collection.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use BreadCrumbEdit.GoBack method instead")]
public void GoBack()

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 GoBack method. To undo this back navigation, use the RepositoryItemBreadCrumbEdit.GoForward method.

See Also