ComponentOne Xamarin.iOS
SelectedIndex Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : SelectedIndex Property
Gets or sets the index of the selected item.
Syntax
'Declaration
 
Public Property SelectedIndex As Integer
'Usage
 
Dim instance As C1ComboBox
Dim value As Integer
 
instance.SelectedIndex = value
 
value = instance.SelectedIndex
public int SelectedIndex {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members