Back to Devexpress

BreadCrumbEdit.CanGoForward Property

windowsforms-devexpress-dot-xtraeditors-dot-breadcrumbedit-1abc733f.md

latest1.8 KB
Original Source

BreadCrumbEdit.CanGoForward Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Boolean

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

|

Remarks

The BreadCrumbEdit.GoForward method will have no effect if the currently viewed node path is specified by the last entry of the navigation journal (see the RepositoryItemBreadCrumbEdit.History property).

See Also

Breadcrumb Edit Control

BreadCrumbEdit Class

BreadCrumbEdit Members

DevExpress.XtraEditors Namespace