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

INavigationService.CanNavigate Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

bool CanNavigate { get; }

Property Value

Type Description
Boolean

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

See Also