[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectListBoxBuilder-1.Delay

Delay Method

Delay(int)

Configurates Delay. Sets the delay, in milliseconds, between when a keystroke occurs and when the search is performed to update the filter.

Declaration
public MultiSelectListBoxBuilder<T> Delay(int value)
Parameters
Type Name Description
int value

The value.

Returns
Type Description
MultiSelectListBoxBuilder<T>

Current builder.