C1.Web.Wijmo.Controls.45 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
 

Property Value

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