System.Web.UI.WebControls.GridViewRowCollection.IsReadOnly Property

Gets a value indicating whether the rows in the System.Web.UI.WebControls.GridViewRowCollection object can be modified.

Syntax

public bool IsReadOnly { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the GridViewRowCollection.IsReadOnly property to determine whether the System.Web.UI.WebControls.GridViewRow objects in the System.Web.UI.WebControls.GridViewRowCollection object can be modified.

Note:

This property has been overridden to always return false to indicate that the System.Web.UI.WebControls.GridViewRow objects in the System.Web.UI.WebControls.GridViewRowCollection object can be modified in all cases.

Requirements

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