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

In This Topic
    ShowMonthPicker Property (InputDateTime)
    In This Topic
    Gets or sets a value that determines whether the calendar should display a list of months when the user clicks the header element on the month calendar.
    Syntax
    'Declaration
     
    Public Property ShowMonthPicker As ShowMonthPicker
    public ShowMonthPicker ShowMonthPicker {get; set;}
    Remarks
    The default value for this property is ShowMonthPicker.First.
    See Also