[]
Configurates FilterInputPlaceholder. Sets the string used as a placeholder for the filter input element on the drop-down.
public MultiSelectBuilder<T> FilterInputPlaceholder(string value)
Public Function FilterInputPlaceholder(value As String) As MultiSelectBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| MultiSelectBuilder<T> | Current builder. |