Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 788 Bytes

datatemplatekey.md

File metadata and controls

24 lines (15 loc) · 788 Bytes
-api-id -api-type
T:Microsoft.UI.Xaml.DataTemplateKey
winrt class

Microsoft.UI.Xaml.DataTemplateKey

-description

Represents the resource key for the DataTemplate class.

-remarks

DataTemplateKey represents an underlying type for a resource key (x:Key attribute of a DataTemplate) that is used for resource lookup internally instead of a string. It exists mainly for infrastructure, you don't use this type directly in any common XAML data binding scenario.

-examples

-see-also

DataTemplate, Data binding in depth