FilterInputPlaceholder Property (MultiSelect<T>)
In This Topic
Gets or 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