[]
Configurates ItemFormatter. Sets a function used to customize the values shown in the drop-down list.
public TBuilder ItemFormatter(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
TBuilder | Current builder. |
The function takes two arguments, the item index and the default text or html, and returns the new text or html to display.