ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / IEditableCollectionView Interface / IsAddingNew Property

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