SelectedIndex Property (C1ComboBox)
In This Topic
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.
Syntax
'Declaration
Public Property SelectedIndex As System.Integer
public System.int SelectedIndex {get; set;}
See Also