NavigationPage.SetHasBackButton(Page, Boolean) Method

Definition

Adds or removes a back button to page, with optional animation.

public static void SetHasBackButton (Xamarin.Forms.Page page, bool value);
static member SetHasBackButton : Xamarin.Forms.Page * bool -> unit

Parameters

page
Page
value
Boolean

Applies to