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

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.v19.1.dll

Declaration

[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