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