SelectedIndex Property (C1ComboBox)
A value that specifies the index of the item to select when using single mode. If the selectionMode is "multiple", then this option could be set to an array of Number which contains the indices of the items to select. Default: -1. Type: Number/Array.
public System.int SelectedIndex {get; set;}
'Declaration
Public Property SelectedIndex As System.Integer