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

In This Topic
    IEditableCollectionView Interface Properties
    In This Topic

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

    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
    See Also