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

BreadCrumbEdit.CanGoForward Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public virtual bool CanGoForward { get; }

Property Value

Type Description
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