ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / AutoHide Property

In This Topic
    AutoHide Property
    In This Topic
    A Boolean property that determines whether to auto hide the calendar in pop-up mode when clicking outside of the calendar.
    Syntax
    'Declaration
     
    Public Property AutoHide As System.Boolean
    public System.bool AutoHide {get; set;}
    See Also