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






In This Topic
    IsReadOnly Property (Calendar)
    In This Topic
    Gets or sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As System.Boolean
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    public System.bool IsReadOnly {get; set;}
    public read-write property IsReadOnly: System.Boolean; 
    public function get,set IsReadOnly : System.boolean
    public: __property System.bool get_IsReadOnly();
    public: __property void set_IsReadOnly( 
       System.bool value
    );
    public:
    property System.bool IsReadOnly {
       System.bool get();
       void set (    System.bool value);
    }
    See Also