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

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool CanRemove { get; }
Visual Basic
Public ReadOnly Property CanRemove As Boolean
	Get

Return Value

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

Implements

IEditableCollectionView..::..CanRemove

See Also