ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid.Data Namespace / BaseCollectionView Class / IsAddingNew Property

In This Topic
    IsAddingNew Property (BaseCollectionView)
    In This Topic
    Gets a value that indicates whether an add transaction is in progress.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsAddingNew As Boolean
    public virtual bool IsAddingNew {get;}

    Property Value

    true if an add transaction is in progress; otherwise, false.
    See Also