ComponentOne DataGrid for WPF and Silverlight
IsAddingNew Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : IsAddingNew Property
Gets a value that indicates whether an add transaction is in progress.
Syntax
'Declaration
 
Public Overridable ReadOnly Property IsAddingNew As System.Boolean
public virtual System.bool IsAddingNew {get;}

Property Value

true if an add transaction is in progress; otherwise, false.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members