BoundColumn.ReadOnly Property
.NET Framework 3.0
Gets or sets a value that indicates whether the items in the BoundColumn can be edited.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_ReadOnly () /** @property */ public void set_ReadOnly (boolean value)
public function get ReadOnly () : boolean public function set ReadOnly (value : boolean)
Not applicable.
Property Value
true if the items in the BoundColumn cannot be edited; otherwise, false. The default value is false.Community Additions
ADD
Show: