DataTemplateSelector.SelectTemplate(Object, BindableObject) Method

Definition

Returns a DataTemplate for item by calling OnSelectTemplate(Object, BindableObject) and verifying its result.

public Xamarin.Forms.DataTemplate SelectTemplate (object item, Xamarin.Forms.BindableObject container);
member this.SelectTemplate : obj * Xamarin.Forms.BindableObject -> Xamarin.Forms.DataTemplate

Parameters

item
System.Object

The data for which to return a template.

container
BindableObject

An optional container object in which the developer may have opted to store DataTemplateSelector objects.

Returns

A developer-defined DataTemplate that can be used to display item.

Remarks

Applies to