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

In This Topic
    FilterInputPlaceholder Property (MultiSelectTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MultiSelect<T>.FilterInputPlaceholder. Sets the string used as a placeholder for the filter input element on the drop-down.
    Syntax
    'Declaration
     
    Public Property FilterInputPlaceholder As String
    public string FilterInputPlaceholder {get; set;}
    See Also