Skip to main content

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

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool CanNavigate { get; }

Property Value

Type Description
Boolean

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

See Also