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




Gets whether you can remove items from the list, using Remove or RemoveAt.

Syntax

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

Requirements

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

See Also