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.C1GridView
Assembly:  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

Field Value

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

See Also