ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / ReadOnly Property

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