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

In This Topic
    SelectedValuePath Property (Menu)
    In This Topic
    Gets or sets the name of the property used to get the SelectedValue from the SelectedItem.
    Syntax
    'Declaration
     
    Public Overridable Property SelectedValuePath As String
    public virtual string SelectedValuePath {get; set;}
    See Also