ComponentOne SiteMap for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Editor Namespace / C1Editor Class / ReadOnly Property

In This Topic
    ReadOnly Property (C1Editor)
    In This Topic
    A value indicating whether the Text in the C1Editor can be edited.
    Syntax
    'Declaration
     
    Public Property ReadOnly As System.Boolean
    public System.bool ReadOnly {get; set;}
    See Also