Xamarin.Forms.MultiPage<T>: Property Members

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

Public Properties

[read-only]
ChildrenIList<T>. Gets an IList<Page> of child elements of the MultiPage.
CurrentPageT. Gets or sets the currently selected page.
ItemsSourceIEnumerable. The source for the items to be displayed.
ItemTemplateDataTemplate. The template for displaying items.
SelectedItemobject. The currently selected item.