ComponentOne DataGrid for WPF and Silverlight
CurrentAddItem Property

C1.Silverlight.DataGrid.Data Namespace > BaseCollectionView Class : CurrentAddItem Property
Gets the item that is being added during the current add transaction.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CurrentAddItem As System.Object
public virtual System.object CurrentAddItem {get;}

Property Value

The item that is being added if System.ComponentModel.IEditableCollectionView.IsAddingNew is true; otherwise, null.
See Also

Reference

BaseCollectionView Class
BaseCollectionView Members