C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / SelectedValues Property

In This Topic
SelectedValues Property (MultiAutoComplete<T>)
In This Topic
Gets or sets an object array containing the item-values that are currently selected.
Syntax
'Declaration
 
Public Property SelectedValues As IEnumerable(Of Object)
 
See Also