Back to Devexpress

BreadCrumbEdit.CanGoUp Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-26861356.md

latest1.6 KB
Original Source

BreadCrumbEdit.CanGoUp Property

Tests whether or not calling the BreadCrumbEdit.GoUp method will have an effect.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool CanGoUp { get; }
vb
<Browsable(False)>
Public ReadOnly Property CanGoUp As Boolean

Property Value

TypeDescription
Boolean

true if calling the BreadCrumbEdit.GoUp method will have an effect; otherwise, false.

|

Remarks

The BreadCrumbEdit.GoForward method will have no effect if the currently viewed node does not have a parent node.

See Also

Breadcrumb Edit Control

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace