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

Namespace:  C1.Data.DataSource
Assembly:  C1.Silverlight.Data.Entity (in C1.Silverlight.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.

See Also