Gets or sets the template used for rendering thumbnail items. Accepts any of: WinJS.BindingTemplate instance or an HTML element hosting a template; a function returning an HTML string or a DOM element; an HTML string with binding expressions defining the template.
Namespace: Telerik.UIAssembly: (in WinJS.exe) Version:
Syntax
JavaScript |
---|
//propValue is of type Object
var propValue = instance.itemTemplate;
instance.itemTemplate = propValue; |
Property Value
Type:
Object
See Also