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

BreadCrumbEdit.GoUp() Method

Navigates to the currently selected node’s parent node.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

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 BreadCrumbEdit.GoBack and BreadCrumbEdit.GoForward methods respectively. See the Breadcrumb Edit Control topic for details.

See Also