Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / CurrentAddItem Property

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