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

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