ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / ShowYearPicker Property

In This Topic
    ShowYearPicker Property (Calendar)
    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
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowYearPicker As Boolean
    [DefaultValue(true)]
    public bool ShowYearPicker {get; set;}
    Remarks
    The default value for this property is true.
    See Also