ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ListBoxTagHelper Class / SelectedItem Property

In This Topic
    SelectedItem Property (ListBoxTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ListBox<T>.SelectedItem. Sets the item that is currently selected in the list.
    Syntax
    'Declaration
     
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also