Property | Type | Description | |
---|---|---|---|
TemplatesProperty |
Method | Description | |
---|---|---|
GetTemplates ( UIElement element ) : TemplateCollection | ||
SelectTemplate ( object item, |
||
SetTemplates ( UIElement element, TemplateCollection collection ) : void |
public static GetTemplates ( UIElement element ) : TemplateCollection | ||
element | UIElement | |
return | TemplateCollection |
public SelectTemplate ( object item, |
||
item | object | |
container | ||
return | System.Windows.DataTemplate |
public static SetTemplates ( UIElement element, TemplateCollection collection ) : void | ||
element | UIElement | |
collection | TemplateCollection | |
return | void |