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

In This Topic
    SelectedItem Property (Menu)
    In This Topic
    Gets or sets the item that is currently selected in the drop-down list.
    Syntax
    'Declaration
     
    Public Overridable Property SelectedItem As Object
    public virtual object SelectedItem {get; set;}
    See Also