ItemFormatter Property (MultiAutoComplete<T>)
In This Topic
Gets or sets a function used to customize the values shown in the drop-down list.
Syntax
'Declaration
Public Property ItemFormatter As String
public string ItemFormatter {get; set;}
See Also