ComponentOne ASP.NET MVC Controls
RepeatButtons Method (InputDateBuilder)

C1.Web.Mvc.Fluent Namespace > InputDateBuilder Class : RepeatButtons Method
The value.
Configurates C1.Web.Mvc.InputDate.RepeatButtons. Sets a value that determines whether the calendar buttons should act as repeat buttons, firing repeatedly as the button remains pressed.
Syntax
'Declaration
 
Public Function RepeatButtons( _
   ByVal value As Boolean _
) As InputDateBuilder
public InputDateBuilder RepeatButtons( 
   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