SelectedIndex Property (C1ComboBox)
In This Topic
Gets or sets the current selected index or returns -1 if there is no selection, or the selection doesn't belong to the Items collection.
Syntax
'Declaration
Public Property SelectedIndex As Integer
public int SelectedIndex {get; set;}
See Also