Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 753 Bytes

datatemplateselector_selecttemplate_737484049.md

File metadata and controls

27 lines (19 loc) · 753 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate(System.Object)
winrt method

Microsoft.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate

-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