C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / SelectedValue Property


In This Topic
SelectedValue Property
In This Topic
Gets or sets the value of the currently selected item using SelectedValuePath.
Syntax
'Declaration
 
Public Property SelectedValue As Object
 
'Usage
 
Dim instance As C1ComboBox
Dim value As Object
 
instance.SelectedValue = value
 
value = instance.SelectedValue
See Also