| Name | Description | |
|---|---|---|
|  | CanAddNew | Gets a value indicating whether a new item can be added to the underlying collection using the AddNew method. | 
|  | CanCancelEdit | 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. | 
|  | CanRemove | Gets a value indicating whether an item can be removed from the underlying collection. | 
|  | CurrentAddItem | Gets the item that is being added during the current add transaction started by the AddNew method. | 
|  | CurrentEditItem | Gets the item that is being edited during the current edit transaction started by the EditItem method. | 
|  | IsAddingNew | Gets a value indicating whether an add transaction started by the AddNew method is in progress. | 
|  | IsEditingItem | Gets a value indicating whether an edit transaction started by the EditItem method is in progress. | 
