IEditableCollectionView::CanRemove Property
.NET Framework (current version)
Gets a value that indicates whether an item can be removed from the collection.
Assembly: WindowsBase (in WindowsBase.dll)
Property Value
Type: System::Booleantrue if an item can be removed from the collection; otherwise, false.
CanRemove is false if the underlying collection is read-only.
The following example calls CanRemove to check whether an item can be removed from the collection. If an item can be removed, the example prompts the user to confirm the action and calls Remove if the user clicks Yes. For the entire sample, see Changing a Collection by Using IEditableCollectionView Sample.
.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.1
Show: