ComponentOne Xamarin.iOS
SelectedItem Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : SelectedItem Property
Gets or sets the current selected item.
Syntax
'Declaration
 
Public Property SelectedItem As Object
'Usage
 
Dim instance As C1ComboBox
Dim value As Object
 
instance.SelectedItem = value
 
value = instance.SelectedItem
public object SelectedItem {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members