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

In This Topic
    IEditableCollectionView Interface Methods
    In This Topic

    For a list of all members of this type, see IEditableCollectionView members.

    Public Methods
     NameDescription
     MethodStarts the transaction of adding a new item to the underlying collection, which should be committed with the CommitNew method or rolled back with the CancelNew method.  
     MethodRolls back the current edit transaction started by the EditItem method.  
     MethodRolls back the current add transaction started by the AddNew method.  
     MethodGets a value indicating whether the view can roll back the current edit transaction started by the EditItem method and restore original values of an editing item.  
     MethodCommits the current add transaction started by the AddNew method.  
     MethodBegins an edit transaction on the specified item.  
    Top
    See Also