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

In This Topic
    ShowFilterInput Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.ShowFilterInput. Sets whether the control should display a "filter" input above the items to filter the items displayed.
    Syntax
    'Declaration
     
    Public Property ShowFilterInput As Boolean
    public bool ShowFilterInput {get; set;}
    Remarks
    The default value for this property is false.
    See Also