DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / IsCommitting Property

In This Topic
    IsCommitting Property
    In This Topic
    Gets whether the changes are being committed to the underlying collection
    Syntax
    'Declaration
     
    Public ReadOnly Property IsCommitting As Boolean
    public bool IsCommitting {get;}
    See Also