CarouselPage.CreateDefault(Object) Method

Definition

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

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

Parameters

item
System.Object

The object representing the model ofr the 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.

Applies to