TabbedPage.CreateDefault(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a default page, suitable for display in this
TabbedPage page, for an object.
protected override Xamarin.Forms.Page CreateDefault (object item);
override this.CreateDefault : obj -> Xamarin.Forms.Page
Parameters
- item
- System.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 System.Object.ToString when called on item
.