[]
Configurates Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter.
public MultiSelectListBoxBuilder<T> Delay(int value)
Type | Name | Description |
---|---|---|
int | value | The value. |
Type | Description |
---|---|
MultiSelectListBoxBuilder<T> | Current builder. |