Gets or sets a value indicating whether the values of the column specified by the
DataImageUrlColumn property can be modified in edit mode.
Namespace:
C1.Web.UI.Controls.C1GridViewAssembly: C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)
Syntax
| C# |
|---|
[JsonAttribute(true, true, false)] [DefaultValueAttribute(false)] public virtual bool ReadOnly { get; set; } |
| Visual Basic |
|---|
<JsonAttribute(True, True, False)> _ <DefaultValueAttribute(False)> _ Public Overridable Property ReadOnly As Boolean Get Set |