System.Web.UI.WebControls.DetailsViewRowCollection.IsReadOnly Property

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

Syntax

public bool IsReadOnly { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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

Note:

This property has been overridden to always return false, to indicate that the System.Web.UI.WebControls.DetailsViewRow objects in the System.Web.UI.WebControls.DetailsViewRowCollection 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