RepeatButtons Property (InputDateBase)
In This Topic
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
Public Property RepeatButtons As Boolean
public bool RepeatButtons {get; set;}
See Also