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

C1.Web.Mvc Namespace > ComboBoxBase<T> Class : SelectedItem Property
Gets or sets the item that is currently selected in the drop-down list.
Syntax
'Declaration
 
<C1IgnoreAttribute()>
Public Overridable Property SelectedItem As T
[C1Ignore()]
public virtual T SelectedItem {get; set;}
See Also

Reference

ComboBoxBase<T> Class
ComboBoxBase<T> Members