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

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