Version

ItemTemplate Property (ComboModel)

Gets sets template used to render an item in list.
Syntax
'Declaration
 
Public Property ItemTemplate As System.String
public System.string ItemTemplate {get; set;}
Remarks

Notes:

1. The jquery.tmpl.js of Microsoft is used and application should provide supported syntax for content. 2. Template is rendered inside of LI html element. So, application should consider restriction for layout: do not use "block" html elements and in case of absolutely positioned elements, they should not overlap with checkbox icons.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub