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

In This Topic
    ShowYearPicker Property (InputDateBase)
    In This Topic
    Gets or sets a value that determines whether the calendar should display a list of years when the user clicks the header element on the year calendar.
    Syntax
    'Declaration
     
    Public Property ShowYearPicker As Boolean
    public bool ShowYearPicker {get; set;}
    Remarks
    The default value for this property is true.
    See Also