ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1CollectionView Class / IsAddingNew Property

In This Topic
    IsAddingNew Property (C1CollectionView)
    In This Topic
    Gets a value indicating whether an add transaction started by the AddNew method is in progress.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsAddingNew As System.Boolean
    public System.bool IsAddingNew {get;}
    See Also