The members of Xamarin.Forms.MasterDetailPage are listed below.
See Also: Inherited members from Xamarin.Forms.Page
| Creates a new empty Xamarin.Forms.MasterDetailPage. |
static readonly | IsGestureEnabledProperty | BindableProperty. Backing store for the IsGestureEnabled bindable property. |
static readonly | IsPresentedProperty | BindableProperty. Backing store for the MasterDetailPage.IsPresented property. |
static readonly | MasterBehaviorProperty | BindableProperty. Backing store for the MasterBehavior property. |
| Detail | Page. Gets or sets the detail page that is used to display details about items on the master page. | |
| IsGestureEnabled | bool. Gets or sets a value that turns on or off the gesture to reveal the master page. This is a bindable property. | |
| IsPresented | bool. 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. | |
| Master | Page. Gets or sets the master page. | |
| MasterBehavior | MasterBehavior. Gets or sets a value that indicates how detail content is displayed. |
ShouldShowToolbarButton()Documentation for this section has not yet been entered. | ||
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()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. | |
| IsPresentedChanged | Event that is raised when the visual element that is represented by the MasterDetailPage.Master property is presented or hidden. |