The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBindingList.AllowEdit Property
.NET Framework 1.1
Gets whether you can update items in the list.
[Visual Basic] ReadOnly Property AllowEdit As Boolean [C#] bool AllowEdit {get;} [C++] __property bool get_AllowEdit(); [JScript] function get AllowEdit() : Boolean;
Property Value
true if you can update the items in the list; otherwise, false.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
IBindingList Interface | IBindingList Members | System.ComponentModel Namespace