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