Xamarin.Forms.TabbedPage.CreateDefault Method
Creates a default page, suitable for display in thisXamarin.Forms.TabbedPage page, for an object.

Syntax

protected override Page CreateDefault (object item)

Parameters

item
An object for which to create a default page.

Returns

A page that is titled with the string value of item.

Remarks

This returns a new Xamarin.Forms.Page object that has its Page.Title property set to the value of Object.ToString when called on item.

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