Version

SelectedRecordCollection Class Members

The following tables list the members exposed by SelectedRecordCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of items in the collection (read-only). (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Public PropertyIsReadOnlyOverridden. Indicates whether the collection is read-only  
Public PropertyItemIndexer  
Protected Properties
 NameDescription
Protected PropertyHasListeners (Inherited from Infragistics.PropertyChangeNotifier)
Protected PropertyListReturns the internal list used to hold the items. (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Public Methods
 NameDescription
Public MethodAddAdds the specified record to this selected records collection.  
Public MethodAddRangeOverloaded. Selects records contained in passed in records array keeping the existing selected records selected.  
Public MethodClearClears the collection unselecting any selected records.  
Public MethodContainsOverloaded. Returns true if the item is in the collection  
Public MethodCopyToCopies the elements of the collection into the array.  
Public MethodGetEnumeratorReturns a type safe enumerator.  
Public MethodIndexOfReturns the zero-based index of the item or -1 if not in collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected Methods
 NameDescription
Protected MethodInternalAddAppends a single item to the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected Internal MethodInternalAddRangeAdds multiple items (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected Internal MethodInternalClearRemoves all items from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodInternalInsertInserts an item into the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodInternalRemoveRemoves an item from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodInternalRemoveAtRemoves an item from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodOnFirstListenerAdding (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnHasListenersChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodOnPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
Protected MethodRaiseCollectionChangedEventOverloaded. Raises the CollectionChanged event (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.PropertyChangeNotifier)
Public Events
 NameDescription
Public EventCollectionChangedRaised when items are added or removed from the collection (Inherited from Infragistics.Windows.DataPresenter.SelectedItemCollectionBase)
Public EventPropertyChanged (Inherited from Infragistics.PropertyChangeNotifier)
See Also