Xamarin.Forms.MasterDetailPage Members

The members of Xamarin.Forms.MasterDetailPage are listed below.

See Also: Inherited members from Xamarin.Forms.Page

Public Constructors

Public Fields

static readonly
IsGestureEnabledPropertyBindableProperty. Backing store for the IsGestureEnabled bindable property.
static readonly
IsPresentedPropertyBindableProperty. Backing store for the MasterDetailPage.IsPresented property.
static readonly
MasterBehaviorPropertyBindableProperty. Backing store for the MasterBehavior property.

Public Properties

DetailPage. Gets or sets the detail page that is used to display details about items on the master page.
IsGestureEnabledbool. Gets or sets a value that turns on or off the gesture to reveal the master page. This is a bindable property.
IsPresentedbool. Gets or sets a value that indicates whether or not the visual element that is represented by the MasterDetailPage.Master property is presented to the user.
MasterPage. Gets or sets the master page.
MasterBehaviorMasterBehavior. Gets or sets a value that indicates how detail content is displayed.

Public Methods

ShouldShowToolbarButton() : bool
Documentation for this section has not yet been entered.

Protected Methods

override
LayoutChildren(double, double, double, double)
Lays out the master and detail pages.
override
OnAppearing()
Event that is raised when a detail appears.
override
OnBackButtonPressed() : bool
Event that is raised when the back button is pressed.
override
OnDisappearing()
Event that is raised when a detail disappears.
override
OnParentSet()
Method that is called when the Element.Parent property of this marin.Forms.MasterDetailPage is set.

Public Events

IsPresentedChangedEvent that is raised when the visual element that is represented by the MasterDetailPage.Master property is presented or hidden.