[]
Configurates the OnClientFormatItem client event. Occurs when an element representing a list item has been created.
public ListBoxBuilder<T> OnClientFormatItem(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |
This event can be used to format list items for display.