Version

SelectedItemCollectionBase Class Members

The following tables list the members exposed by SelectedItemCollectionBase.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection (read-only).  
Public PropertyIsReadOnlyIndicates whether the collection is read-only  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected PropertyListReturns the internal list used to hold the items.  
Public Methods
 NameDescription
Public MethodContainsReturns true if the item is in the collection  
Public MethodIndexOfReturns the zero-based index of the item or -1 if not in collection  
Protected Methods
 NameDescription
Protected MethodInternalAddAppends a single item to the collection  
Protected Internal MethodInternalAddRangeAdds multiple items  
Protected Internal MethodInternalClearRemoves all items from the collection  
Protected MethodInternalInsertInserts an item into the collection  
Protected MethodInternalRemoveRemoves an item from the collection  
Protected MethodInternalRemoveAtRemoves an item from the collection  
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaiseCollectionChangedEventOverloaded. Raises the CollectionChanged event  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventCollectionChangedRaised when items are added or removed from the collection  
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also