Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 895 Bytes

datatemplateselector_selecttemplate_955778203.md

File metadata and controls

30 lines (21 loc) · 895 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate(System.Object,Microsoft.UI.Xaml.DependencyObject)
winrt method

Microsoft.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate

-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