Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / IEditableCollectionView Interface / CurrentAddItem Property

In This Topic
    CurrentAddItem Property (IEditableCollectionView)
    In This Topic
    Gets the item that is being added during the current add transaction started by the AddNew method.
    Syntax
    'Declaration
     
    
    ReadOnly Property CurrentAddItem As Object
    object CurrentAddItem {get;}
    See Also