ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FileManagerTagHelper Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (FileManagerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.FileManager.IsReadOnly. 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