ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers.Input Namespace / MenuTagHelper Class / OpenOnHover Property

In This Topic
    OpenOnHover Property (MenuTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.MenuBase<T>.OpenOnHover. Gets or sets a value that determines whether the menu should open and close automatically when the mouse hovers over the items.
    Syntax
    'Declaration
     
    Public Property OpenOnHover As Boolean
    public bool OpenOnHover {get; set;}
    See Also