Basic Library for WinRT
IEditableCollectionView Interface Members
Properties  Methods 

The following tables list the members exposed by IEditableCollectionView.

Public Properties
 NameDescription
 PropertyCanAddNewGets a value indicating whether a new item can be added to the underlying collection using the AddNew method.  
 PropertyCanCancelEditGets 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.  
 PropertyCanRemoveGets a value indicating whether an item can be removed from the underlying collection.  
 PropertyCurrentAddItemGets the item that is being added during the current add transaction started by the AddNew method.  
 PropertyCurrentEditItemGets the item that is being edited during the current edit transaction started by the EditItem method.  
 PropertyIsAddingNewGets a value indicating whether an add transaction started by the AddNew method is in progress.  
 PropertyIsEditingItemGets a value indicating whether an edit transaction started by the EditItem method is in progress.  
Top
Public Methods
 NameDescription
 MethodAddNewStarts 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.  
 MethodCancelEditRolls back the current edit transaction started by the EditItem method.  
 MethodCancelNewRolls back the current add transaction started by the AddNew method.  
 MethodCommitEditGets 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.  
 MethodCommitNewCommits the current add transaction started by the AddNew method.  
 MethodEditItemBegins an edit transaction on the specified item.  
Top
See Also

Reference

IEditableCollectionView Interface
C1.Xaml Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback