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