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

In This Topic
    SelectedValue Property (ListBoxTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ListBox<T>.SelectedValue. Sets the value of the SelectedItem, obtained using the SelectedValuePath.
    Syntax
    'Declaration
     
    Public Property SelectedValue As Object
    public object SelectedValue {get; set;}
    See Also