RepositoryItemBreadCrumbEdit.GoUp() Method
OBSOLETE
Use BreadCrumbEdit.GoUp method instead
Navigates to the currently selected node’s parent node.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v22.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use BreadCrumbEdit.GoUp method instead")]
public void GoUp()
Remarks
The GoUp method allows you to navigate to a BreadCrumbNode that contains the currently selected node in its BreadCrumbNode.ChildNodes collection. Using the built-in Breadcrumb Editor history, you can also navigate back and forth through history items. To do this, use the RepositoryItemBreadCrumbEdit.GoBack and RepositoryItemBreadCrumbEdit.GoForward methods respectively. See the Breadcrumb Edit Control topic for details.
See Also