The properties of Xamarin.Forms.MultiPage<T> are listed below. For a list of all members, see the MultiPage<T> Members list.
See Also: Inherited members from Xamarin.Forms.Page
| [read-only] | Children | IList<T>. Gets an IList<Page> of child elements of the MultiPage. |
| CurrentPage | T. Gets or sets the currently selected page. | |
| ItemsSource | IEnumerable. The source for the items to be displayed. | |
| ItemTemplate | DataTemplate. The template for displaying items. | |
| SelectedItem | object. The currently selected item. |