ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / IDropDown Interface / IsReadOnly Property






In This Topic
    IsReadOnly Property (IDropDown)
    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
     
    
    Property IsReadOnly As System.Boolean
    'Usage
     
    
    Dim instance As IDropDown
    Dim value As System.Boolean
     
    instance.IsReadOnly = value
     
    value = instance.IsReadOnly
    System.bool IsReadOnly {get; set;}
    read-write property IsReadOnly: System.Boolean; 
    function get,set IsReadOnly : System.boolean
    __property System.bool get_IsReadOnly();
    __property void set_IsReadOnly( 
       System.bool value
    );
    property System.bool IsReadOnly {
       System.bool get();
       void set (    System.bool value);
    }
    See Also