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

In This Topic
    CloseOnLeave Property (Menu)
    In This Topic
    Gets or sets a value that determines whether the menu should close automatically when the mouse leave the items.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property CloseOnLeave As Boolean
    [DefaultValue(true)]
    public bool CloseOnLeave {get; set;}
    See Also