ASP.NET Core 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
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property RepeatButtons As System.Boolean
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.Boolean
     
    instance.RepeatButtons = value
     
    value = instance.RepeatButtons
    [System.ComponentModel.DefaultValue(true)]
    public System.bool RepeatButtons {get; set;}
    public read-write property RepeatButtons: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set RepeatButtons : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_RepeatButtons();
    public: __property void set_RepeatButtons( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool RepeatButtons {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    The default value for this property is true.
    See Also