Skip to main content

NavigationServiceBase.CanGoForward Property

Returns whether forward navigation can be performed.

Namespace: DevExpress.Xpf.WindowsUI.Navigation

Assembly: DevExpress.Xpf.Controls.v24.1.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public bool CanGoForward { get; }

Property Value

Type Description
Boolean

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

See Also