Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate
June 22, 2022 ยท View on GitHub
-description
Returns a specific DataTemplate for a given item and container.
-parameters
-param item
The item to return a template for.
-param container
The parent container for the templated item.
-returns
The template to use for the given item and/or container.
-remarks
-examples
-see-also
SelectTemplate(Object), Adding ListView and GridView controls