Xamarin.Forms.MultiPage<T> Class
A bindable, templatable base class for pages which contain multiple sub-pages.

See Also: MultiPage<T> Members

Syntax

[Xamarin.Forms.ContentProperty("Children")]
public abstract class MultiPage<T> : Page, IItemsView<T>, IPageContainer<T>, IViewContainer<T>
where T : Xamarin.Forms.Page

Type Parameters

T
The particular subclass of Xamarin.Forms.Page that the MultiPage services.

Remarks

Provides a base implementation for binding and templating pages.

The Xamarin.Forms.MultiPage`1 class has the following XAML properties:

PropertyValue
ItemsSource

XAML extension markup that specifies a static collection of data objects.

ItemTemplate

XAML markup that describes a view that has bindings to properties on the members of the collection that is specified by ItemsSource.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0