ComponentOne ASP.NET MVC Controls
ShowYearPicker Method (InputDateBuilder)

C1.Web.Mvc.Fluent Namespace > InputDateBuilder Class : ShowYearPicker Method
The value.
Configurates C1.Web.Mvc.InputDate.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 InputDateBuilder
public InputDateBuilder ShowYearPicker( 
   bool value
)

Parameters

value
The value.

Return Value

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

Reference

InputDateBuilder Class
InputDateBuilder Members