C1.Xaml Assembly > C1.Xaml Namespace : IEditableCollectionView Interface |
For a list of all members of this type, see IEditableCollectionView members.
Name | Description | |
---|---|---|
![]() | AddNew | Starts 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. |
![]() | CancelEdit | Rolls back the current edit transaction started by the EditItem method. |
![]() | CancelNew | Rolls back the current add transaction started by the AddNew method. |
![]() | CommitEdit | Gets 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. |
![]() | CommitNew | Commits the current add transaction started by the AddNew method. |
![]() | EditItem | Begins an edit transaction on the specified item. |