Click or drag to resize

FilteringBindingList<T> Methods

The FilteringBindingList<T> generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from Collection<T>.)
Public methodAddNew
Adds a new item to the collection.
(Inherited from BindingList<T>.)
Protected methodAddNewCore
Adds a new item to the end of the collection.
(Inherited from BindingList<T>.)
Protected methodApplySortCore
Sorts the items if overridden in a derived class; otherwise, throws a NotSupportedException.
(Inherited from BindingList<T>.)
Public methodCancelNew
Discards a pending new item.
(Inherited from BindingList<T>.)
Public methodClear (Inherited from Collection<T>.)
Protected methodClearItems
Removes all elements from the collection.
(Inherited from BindingList<T>.)
Public methodContains (Inherited from Collection<T>.)
Public methodCopyTo (Inherited from Collection<T>.)
Public methodEndNew
Commits a pending new item to the collection.
(Inherited from BindingList<T>.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodFindCore
Searches for the index of the item that has the specified property descriptor with the specified value, if searching is implemented in a derived class; otherwise, a NotSupportedException.
(Inherited from BindingList<T>.)
Public methodGetEnumerator (Inherited from Collection<T>.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetItemProperties
Returns the PropertyDescriptorCollection that represents the properties on each item used to bind data.
Public methodGetListName
Returns the name of the list.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from Collection<T>.)
Public methodInsert (Inherited from Collection<T>.)
Protected methodInsertItem
Inserts the specified item in the list at the specified index.
(Inherited from BindingList<T>.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnAddingNew
Raises the AddingNew event.
(Inherited from BindingList<T>.)
Protected methodOnListChanged
Raises the ListChanged event.
(Inherited from BindingList<T>.)
Public methodRemove (Inherited from Collection<T>.)
Public methodRemoveAt (Inherited from Collection<T>.)
Protected methodRemoveItem
Removes the item at the specified index.
(Inherited from BindingList<T>.)
Protected methodRemoveSortCore
Removes any sort applied with ApplySortCore(PropertyDescriptor, ListSortDirection) if sorting is implemented in a derived class; otherwise, raises NotSupportedException.
(Inherited from BindingList<T>.)
Public methodResetBindings
Raises a ListChanged event of type Reset.
(Inherited from BindingList<T>.)
Public methodResetItem
Raises a ListChanged event of type ItemChanged for the item at the specified position.
(Inherited from BindingList<T>.)
Protected methodSetItem
Replaces the item at the specified index with the specified item.
(Inherited from BindingList<T>.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIList.Add
Adds an item to the IList.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodIBindingList.AddIndex
For a description of this member, see AddIndex(PropertyDescriptor).
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate methodIBindingList.AddNew
Adds a new item to the list. For more information, see AddNew().
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate methodIBindingList.ApplySort
Sorts the list based on a PropertyDescriptor and a ListSortDirection. For a complete description of this member, see ApplySort(PropertyDescriptor, ListSortDirection).
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate methodIList.Contains
Determines whether the IList contains a specific value.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodICollection.CopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodIBindingList.Find
For a description of this member, see Find(PropertyDescriptor, Object).
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate methodIEnumerable.GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodIList.IndexOf
Determines the index of a specific item in the IList.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodIList.Insert
Inserts an item into the IList at the specified index.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodIList.Remove
Removes the first occurrence of a specific object from the IList.
(Inherited from Collection<T>.)
Explicit interface implementationPrivate methodIBindingList.RemoveIndex
For a description of this member, see RemoveIndex(PropertyDescriptor).
(Inherited from BindingList<T>.)
Explicit interface implementationPrivate methodIBindingList.RemoveSort (Inherited from BindingList<T>.)
Top
See Also