A custom ContentView control that selects and applies a DataTemplate based on the provided item using...
DataTemplateSelector TemplateSelector
Gets or sets the DataTemplateSelector that will be used to select the appropriate DataTemplate based ...
static readonly BindableProperty ItemProperty
Identifies the Item bindable property.
static readonly BindableProperty TemplateSelectorProperty
Identifies the TemplateSelector bindable property.
object Item
Gets or sets the data item used to determine which template to apply.