ComponentOne Xamarin Edition
ISupportEditing Interface Methods

C1.CollectionView Assembly > C1.CollectionView Namespace : ISupportEditing Interface

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

Public Methods
 NameDescription
 MethodDetermines whether a new item can be inserted in the collection at the specified index.  
 MethodDetermines whether the item at fromIndex can be moved to toIndex.  
 MethodDetermines whether the item at the specified index can be removed from the collection.  
 MethodDetermines whether the item at the specified index can be replaced in the collection.  
 MethodInserts the specified item at the specified index in the collection.  
 MethodMoves an item from the specified fromIndex to toIndex.  
 MethodRemoves the item at the specified index from the collection.  
 MethodReplaces the item at the specified index by the specified item.  
Top
See Also

Reference

ISupportEditing Interface
C1.CollectionView Namespace