Chili.Opf3 Send comments on this topic.
AllowEdit Property
See Also 
Chili.Opf3 Namespace > Generic ObjectView Class : AllowEdit Property




Gets whether you can update items in the list.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AllowEdit As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ObjectView(Of T)
Dim value As Boolean
 
value = instance.AllowEdit
C# 
public bool AllowEdit {get;}
Managed Extensions for C++ 
public: __property bool get_AllowEdit();
C++/CLI 
public:
property bool AllowEdit {
   bool get();
}

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also