DataTemplateExtensions Class

Definition

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.

Applies to