ComponentOne Xamarin.Android
SelectedItem Property (C1ComboBox)


C1.Android.Input Assembly > C1.Android.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