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

In This Topic
    SelectedValuePath Property (ListBoxTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ListBox<T>.SelectedValuePath. Sets the name of the property used to get the SelectedValue from the SelectedItem.
    Syntax
    'Declaration
     
    Public Property SelectedValuePath As String
    public string SelectedValuePath {get; set;}
    See Also