ComponentOne ASP.NET MVC Controls
SelectedIndex Property (ComboBoxBase<T>)

C1.Web.Mvc Namespace > ComboBoxBase<T> Class : SelectedIndex Property
Gets or sets the index of the currently selected item in the drop-down list.
Syntax
'Declaration
 
<DefaultValueAttribute(-1)>
Public Overridable Property SelectedIndex As Integer
[DefaultValue(-1)]
public virtual int SelectedIndex {get; set;}
See Also

Reference

ComboBoxBase<T> Class
ComboBoxBase<T> Members