Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Remarks

Read the following topic for additional information: BreadCrumbEdit.GoUp.

See Also