Version

SwapCollection<T> Class Properties

For a list of all members of this type, see SwapCollection<T> members.

Public Properties
 NameDescription
Public PropertyCancelCollectionChangingGets or sets a value indicating whether change action is canceled by the end user.  
Public PropertyCountGets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyItemGets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<T>)
Protected Properties
 NameDescription
Protected PropertyItemsGets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<T>)
Protected PropertySuppressMessagesGets a value indicating whether System.ComponentModel.INotifyPropertyChanged notifications will be suppresed.  
See Also