ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateRange Class / AlwaysShowCalendar Property

In This Topic
    AlwaysShowCalendar Property (InputDateRange)
    In This Topic
    Gets or sets a value that determines whether the calendar should remain visible in the dropdown even when there are selected predefined ranges.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property AlwaysShowCalendar As Boolean
    [DefaultValue(false)]
    public bool AlwaysShowCalendar {get; set;}
    Remarks
    The default value for this property is false, which causes the control to hide the calendar if one of the predefined ranges is selected.
    See Also