ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1BoundField Class / ReadOnly Property

In This Topic
    ReadOnly Property (C1BoundField)
    In This Topic
    Determines whether the items in the bound column can be edited.
    Syntax
    'Declaration
     
    Public Overridable Property ReadOnly As System.Boolean
    public virtual System.bool ReadOnly {get; set;}
    See Also