ComponentOne Xamarin.iOS
SelectedValue Property


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : SelectedValue Property
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
public object SelectedValue {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members