[]
Configurates ShowFilterInput. Sets whether the control should display a "filter" input above the items to filter the items displayed.
public MultiSelectBuilder<T> ShowFilterInput(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| MultiSelectBuilder<T> | Current builder. |
The default value for this property is false.