ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / CurrentAddItem Property

In This Topic
    CurrentAddItem Property (BaseCollectionView)
    In This Topic
    Gets the item that is being added during the current add transaction.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property CurrentAddItem As Object
    public virtual object CurrentAddItem {get;}

    Property Value

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