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

BreadCrumbEdit.GoBack() Method

Navigates back to the previous entry in the navigation journal.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public void GoBack()

Remarks

The GoBack method activates the path stored by a previous BreadCrumbHistoryItem in the RepositoryItemBreadCrumbEdit.History collection. To discard this navigation, call the BreadCrumbEdit.GoForward method.

See Also