Skip to main content

NavigationServiceBase.CanGoBack Property

Returns whether backward navigation can be performed.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool CanGoBack { get; }

Property Value

Type Description
Boolean

true, if backward navigation can be performed; otherwise, false.

See Also