C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBox Class / SelectedIndex Property

In This Topic
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
 
Remarks
If no item is selected, it will return -1.
See Also