[]
Configurates CheckOnFilter. Sets a value that determines whether the MultiSelectListBox in the drop-down should automatically select all the filtered items when the filter text changes.
public MultiSelectBuilder<T> CheckOnFilter(bool value)
Type | Name | Description |
---|---|---|
bool | value | The value. |
Type | Description |
---|---|
MultiSelectBuilder<T> | Current builder. |
The default value for this property is true.