TabbedPage.CreateDefault(Object) Method

Definition

Creates a default page, suitable for display in thisTabbedPage page, for an object.

protected override Xamarin.Forms.Page CreateDefault (object item);
override this.CreateDefault : obj -> Xamarin.Forms.Page

Parameters

item
Object

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 Page object that has its Title property set to the value of ToString() when called on item.

Applies to