ItemTemplateContent Property (MultiSelect<T>)
In This Topic
Gets or sets the content of the template used to generate each list item.
Syntax
'Declaration
Public Property ItemTemplateContent As String
public string ItemTemplateContent {get; set;}
See Also