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

NavigationServiceBase.CanGoForward Property

Returns whether forward navigation can be performed.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

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

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

Declaration

public bool CanGoForward { get; }

Property Value

Type Description
Boolean

true, if forward navigation can be performed; otherwise, false.

See Also