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

In This Topic
    SelectedValuePath Property (DataMapInfo)
    In This Topic
    Gets or 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