DataCollection | ComponentOne
C1.WPF.DataCollection Assembly / C1.WPF.DataCollection Namespace / C1CollectionView Class / CurrentAddItem Property

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