INavigationService.CanNavigateBack Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether backward navigation is supported.
public:
property bool CanNavigateBack { bool get(); };
public bool CanNavigateBack { get; }
member this.CanNavigateBack : bool
Public ReadOnly Property CanNavigateBack As Boolean
Property Value
true
if backward navigation is supported; otherwise, false
.