Intersoft ClientUI Documentation
CanRemove Property
See Also  Send Feedback
Intersoft.Client.Data.ComponentModel Namespace > PagedCollectionView Class : CanRemove Property






Gets a value that indicates whether an item can be removed from the collection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CanRemove As Boolean
Visual Basic (Usage)Copy Code
Dim instance As PagedCollectionView
Dim value As Boolean
 
value = instance.CanRemove
C# 
public bool CanRemove {get;}
Delphi 
public read-only property CanRemove: Boolean; 
JScript 
public function get CanRemove : boolean
Managed Extensions for C++ 
public: __property bool get_CanRemove();
C++/CLI 
public:
property bool CanRemove {
   bool get();
}

Property Value

true if an item can be removed from the collection; otherwise, false.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.