ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / MultiSelectTagHelper Class / Delay Property

In This Topic
    Delay Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.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.
    Syntax
    'Declaration
     
    Public Property Delay As Integer
    public int Delay {get; set;}
    Remarks
    The default value for this property is 500 milliseconds.
    See Also