AutoGeneratedFieldProperties.IsReadOnly Property
.NET Framework 3.0
Gets or sets a value indicating whether the values displayed in an AutoGeneratedField object can be modified in edit mode.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_IsReadOnly () /** @property */ public void set_IsReadOnly (boolean value)
public function get IsReadOnly () : boolean public function set IsReadOnly (value : boolean)
Not applicable.
Property Value
true to indicate that the values are read-only; otherwise, false. The default is false.Community Additions
ADD
Show: