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

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