[]
Configurates CaseSensitiveSearch. Sets a value that determines whether searches performed while the user types should case-sensitive.
public ListBoxBuilder<T> CaseSensitiveSearch(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ListBoxBuilder<T> | Current builder. |