System.Web.UI.WebControls.DataKeyArray.IsReadOnly Property

Gets a value indicating whether the items in the collection can be modified.

Syntax

public bool IsReadOnly { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the DataKeyArray.IsReadOnly property to determine whether the items in the System.Web.UI.WebControls.DataKeyArray collection can be modified.

Note:

This property has been overridden to always return false, to indicate that the System.Web.UI.WebControls.DataKey objects in the System.Web.UI.WebControls.DataKeyArray object can be added or removed. The System.Web.UI.WebControls.DataKey objects themselves cannot be changed.

Requirements

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