[]
Configurates ItemTemplateId. Sets the id of the template used to generate each list item.
public ListBoxBuilder<T> ItemTemplateId(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |