The following tables list the members exposed by FilterItemCollection.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the System.Collections.ICollection. | |
IsFixedSize | Gets a value indicating whether the System.Collections.IList has a fixed size. | |
IsReadOnly | Gets a value indicating whether the System.Collections.IList is read-only. | |
IsSynchronized | Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe). | |
Item | Gets or sets the element at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the System.Collections.ICollection. |
Name | Description | |
---|---|---|
Add | Adds an item to the System.Collections.IList. | |
AddSilently | Adds the specified item to the list without raising collection changed events. | |
Clear | Removes all items from the System.Collections.IList. | |
Contains | Determines whether the System.Collections.IList contains a specific value. | |
CopyTo | Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index. | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
IndexOf | Determines the index of a specific item in the System.Collections.IList. | |
Insert | Inserts an item to the System.Collections.IList at the specified index. | |
RaiseCollectionChanged | Raises the CollectionChanged event. | |
Remove | Removes the first occurrence of a specific object from the System.Collections.IList. | |
RemoveAt | Removes the System.Collections.IList item at the specified index. |
Name | Description | |
---|---|---|
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. | |
OnPropertyChanged | Occurs when a property changes. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. | |
PropertyChanged | Occurs when a property value changes. |