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.v24.2.dll

Declaration

bool CanNavigate { get; }

Property Value

Type Description
Boolean

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

See Also