Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
SelectedItemCollectionBase Class Members
The following tables list the members exposed by SelectedItemCollectionBase.
Public Properties
| Name | Description |
| Count | Returns the number of items in the collection (read-only). |
| IsReadOnly | Indicates whether the collection is read-only |
Protected Properties
| Name | Description |
| HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
| List | Returns the internal list used to hold the items. |
Public Methods
| Name | Description |
| Contains | Returns true if the item is in the collection |
| IndexOf | Returns the zero-based index of the item or -1 if not in collection |
Public Events
| Name | Description |
| CollectionChanged | Raised when items are added or removed from the collection |
| PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |
See Also