ComponentOne DataGrid for WPF and Silverlight
CanAddNew Property

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

Property Value

true if a new item can be added to the collection; otherwise, false.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members