IEditableCollectionView Properties

IEditableCollectionView Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The IEditableCollectionView type exposes the following members.

  NameDescription
Public property CanAddNew Gets a value that indicates whether a new item can be added to the collection.
Public property CanCancelEdit Gets a value that indicates whether the collection view can discard pending changes and restore the original values of an edited object.
Public property CanRemove Gets a value that indicates whether an item can be removed from the collection.
Public property CurrentAddItem Gets the item that is being added during the current add transaction.
Public property CurrentEditItem Gets the item in the collection that is being edited.
Public property IsAddingNew Gets a value that indicates whether an add transaction is in progress.
Public property IsEditingItem Gets a value that indicates whether an edit transaction is in progress.
Public property NewItemPlaceholderPosition Gets or sets the position of the new item placeholder in the collection view.
Top

Show:
© 2017 Microsoft