ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1ImageField Class / ReadOnly Property

In This Topic
    ReadOnly Property (C1ImageField)
    In This Topic
    Gets or sets a value indicating whether the values of the column specified by the DataImageUrlField property can be modified in edit mode.
    Syntax
    'Declaration
     
    Public Overridable Property ReadOnly As System.Boolean
    public virtual System.bool ReadOnly {get; set;}

    Property Value

    True to indicate that the column values cannot be modified in edit mode; otherwise, false. The default value is false.
    See Also