ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputDateTime Class / AlwaysShowCalendar Property

In This Topic
    AlwaysShowCalendar Property (InputDateTime)
    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
     
    Public Property AlwaysShowCalendar As Boolean
    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