ReadOnly Property (C1ImageField)
Gets or sets a value indicating whether the values of the column specified by the
DataImageUrlField property can be modified in edit mode.
public virtual System.bool ReadOnly {get; set;}
'Declaration
Public Overridable Property ReadOnly As System.Boolean
Property Value
True to indicate that the column values cannot be modified in edit mode; otherwise, false. The default value is false.