ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also