Back to Devexpress

RepositoryItemBreadCrumbEdit.CanGoUp Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitembreadcrumbedit-815c4949.md

latest2.3 KB
Original Source

RepositoryItemBreadCrumbEdit.CanGoUp Property

OBSOLETE

Use BreadCrumbEdit.CanGoUp property instead

Gets whether the RepositoryItemBreadCrumbEdit.GoUp method will take effect if used at the moment.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use BreadCrumbEdit.CanGoUp property instead")]
public bool CanGoUp { get; }
vb
<Obsolete("Use BreadCrumbEdit.CanGoUp property instead")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property CanGoUp As Boolean

Property Value

TypeDescription
Boolean

true if the RepositoryItemBreadCrumbEdit.GoUp method will take effect if used at the moment; otherwise, false.

|

Remarks

The RepositoryItemBreadCrumbEdit.GoUp method navigates from the currently selected node to this node’s parent node. The CanGoUp property allows you to check whether or not such node exists and whether the GoUp method will take effect.

See Also

GoUp()

Breadcrumb Edit Control

RepositoryItemBreadCrumbEdit Class

RepositoryItemBreadCrumbEdit Members

DevExpress.XtraEditors.Repository Namespace