Skip to main content

INavigationService.CanNavigate Property

Gets a value indicating whether a NavigationFrame associated with the current service can navigate.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

bool CanNavigate { get; }

Property Value

Type Description
Boolean

true, a NavigationFrame associated with the current service can navigate; otherwise, false.

See Also