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

In This Topic
    IEditableCollectionView Interface Members
    In This Topic

    The following tables list the members exposed by IEditableCollectionView.

    Public Properties
     NameDescription
     PropertyGets a value indicating whether a new item can be added to the underlying collection using the AddNew method.  
     PropertyGets 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.  
     PropertyGets a value indicating whether an item can be removed from the underlying collection.  
     PropertyGets the item that is being added during the current add transaction started by the AddNew method.  
     PropertyGets the item that is being edited during the current edit transaction started by the EditItem method.  
     PropertyGets a value indicating whether an add transaction started by the AddNew method is in progress.  
     PropertyGets a value indicating whether an edit transaction started by the EditItem method is in progress.  
    Top
    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