ComponentOne ASP.NET MVC Controls
ShowYearPicker Method (CalendarBuilder)

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : ShowYearPicker Method
The value.
Configurates C1.Web.Mvc.Calendar.ShowYearPicker. 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 Function ShowYearPicker( _
   ByVal value As Boolean _
) As CalendarBuilder
public CalendarBuilder ShowYearPicker( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
The default value for this property is true.
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members