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

C1.Web.Mvc Namespace > ListBox<T> Class : SelectedItem Property
Gets or sets the item that is currently selected in the list.
Syntax
'Declaration
 
Public Property SelectedItem As T
public T SelectedItem {get; set;}
See Also

Reference

ListBox<T> Class
ListBox<T> Members