ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / RepeatButtons Property

In This Topic
    RepeatButtons Property (Calendar)
    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
     
    
    <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