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

In This Topic
    SelectedValuePath Property (DataMapTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.DataMap.SelectedValuePath. Sets the name of the property to use as a key for the item (data value).
    Syntax
    'Declaration
     
    Public Property SelectedValuePath As String
    public string SelectedValuePath {get; set;}
    See Also