ComponentOne DataGrid for WPF and Silverlight
CanRemove Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CanRemove Property
Gets a value that indicates whether an item can be removed from the collection.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CanRemove As System.Boolean
public virtual System.bool CanRemove {get;}

Property Value

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

Reference

BaseCollectionView Class
BaseCollectionView Members