CarouselPage.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
CarouselPage, 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
.