[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.MultiSelectBuilder-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. This property is relevant only when the ShowFilterInput property is set to true.

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

The value.

Returns
Type Description
MultiSelectBuilder<T>

Current builder.

Remarks

The default value for this property is 500 milliseconds.