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 Boolean
public bool IsAddingNew {get;}
See Also