Click or drag to resize

NavigatorCanGoForward Property

Gets a value that indicates whether there is at least one entry in forward navigation history.

Only relevant for UWP and Desktop single page application

Namespace:  Cauldron.XAML.Navigation
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool CanGoForward { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Cauldron.XAML.Navigation.Navigator.CanGoForward"]

Implements

INavigatorCanGoForward
Exceptions
ExceptionCondition
NotImplementedException
See Also