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

NavigationServiceBase.CanNavigate Property

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

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Controls, DevExpress.Wpf.Navigation

Declaration

public bool CanNavigate { get; }

Property Value

Type Description
Boolean

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

See Also