ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Menu Class / SelectedValue Property

In This Topic
    SelectedValue Property (Menu)
    In This Topic
    Gets or sets the value of the SelectedValue, obtained using the SelectedValuePath.
    Syntax
    'Declaration
     
    
    Public Overridable Property SelectedValue As Object
    public virtual object SelectedValue {get; set;}
    See Also