Skip to main content

BreadCrumbEdit.CanGoBack Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
Boolean

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

Remarks

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

See Also