ComponentOne ASP.NET MVC Controls
ShowYearPicker Property (InputDate)

C1.Web.Mvc Namespace > InputDate Class : ShowYearPicker Property
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

Reference

InputDate Class
InputDate Members