This documentation is archived and is not being maintained.
DataListItemCollection.IsReadOnly Property
.NET Framework 1.1
Gets a value that indicates whether the DataListItem objects in the DataListItemCollection can be modified.
[Visual Basic] Public ReadOnly Property IsReadOnly As Boolean [C#] public bool IsReadOnly {get;} [C++] public: __property bool get_IsReadOnly(); [JScript] public function get IsReadOnly() : Boolean;
Property Value
false in all cases.
Remarks
This property always returns false to indicate that the DataListItemCollection can be written to in all cases.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
DataListItemCollection Class | DataListItemCollection Members | System.Web.UI.WebControls Namespace
Show: