System.Web.UI.WebControls.AutoGeneratedFieldProperties.IsReadOnly Property

Gets or sets a value indicating whether the values displayed in an System.Web.UI.WebControls.AutoGeneratedField object can be modified in edit mode.

Syntax

public bool IsReadOnly { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the AutoGeneratedFieldProperties.IsReadOnly property to specify whether the values of the field bound to an System.Web.UI.WebControls.AutoGeneratedField object can be modified in edit mode. When a data-bound control is in edit mode, fields that are read-only are displayed as plain text, without any editing controls.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0