[]
Configurates ItemFormatter. Sets a function used to customize the values shown in the list.
public ListBoxBuilder<T> ItemFormatter(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
ListBoxBuilder<T> | Current builder. |