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

In This Topic
    IsReadOnly Property (FileManager)
    In This Topic
    Gets or sets a value indicating whether user can only read content of control or not.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(False)>
    Public Property IsReadOnly As Boolean
    [DefaultValue(false)]
    public bool IsReadOnly {get; set;}
    See Also