ComponentOne ASP.NET MVC Controls
RepeatButtons Property (Calendar)

C1.Web.Mvc Namespace > Calendar Class : RepeatButtons Property
Gets or sets a value that determines whether the calendar buttons should act as repeat buttons, firing repeatedly as the button remains pressed.
Syntax
'Declaration
 
<DefaultValueAttribute(True)>
Public Property RepeatButtons As Boolean
[DefaultValue(true)]
public bool RepeatButtons {get; set;}
Remarks
The default value for this property is true.
See Also

Reference

Calendar Class
Calendar Members