DataTemplateExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for DataTemplate that support template selection.
public ref class DataTemplateExtensions abstract sealed
public static class DataTemplateExtensions
type DataTemplateExtensions = class
Public Module DataTemplateExtensions
- Inheritance
-
DataTemplateExtensions
Methods
| Name | Description |
|---|---|
| CreateContent(DataTemplate, Object, BindableObject) |
Selects the appropriate template and creates its content for the specified item. |
| SelectDataTemplate(DataTemplate, Object, BindableObject) |
Returns the appropriate template, invoking selector logic if the template is a DataTemplateSelector. |