See Also: MultiPage<T> Members
- T
- The particular subclass of Xamarin.Forms.Page that the MultiPage services.
Provides a base implementation for binding and templating pages.
The Xamarin.Forms.MultiPage`1 class has the following XAML properties:
| Property | Value |
|---|---|
| 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. |