Base Class for DataBoundList.
The following tables list the members exposed by SortableFilteringBindingList<T>.
Public Properties
| Name | Description | |
|---|---|---|
|
AllowEdit | Gets or sets a value indicating whether items in the list can be edited. (inherited from BindingList) |
|
AllowNew | Gets or sets a value indicating whether you can add items to the list using the |
|
AllowRemove | Gets or sets a value indicating whether you can remove items from the collection. (inherited from BindingList) |
|
Count | Gets the number of elements actually contained in the |
|
Filter | |
|
Item | Gets or sets the element at the specified index. (inherited from Collection) |
|
RaiseListChangedEvents | Gets or sets a value indicating whether adding or removing items within the list raises |
|
SortDescriptions | |
|
SupportsAdvancedSorting | |
|
SupportsFiltering |
Public Methods
| Name | Description | |
|---|---|---|
|
Add | Adds an object to the end of the |
|
AddNew | Adds a new item to the collection. (inherited from BindingList) |
|
ApplyCustomSort | |
|
ApplySort | |
|
CancelNew | Discards a pending new item. (inherited from BindingList) |
|
Clear | Removes all elements from the |
|
Contains | Determines whether an element is in the |
|
CopyTo | Copies the entire |
|
EndNew | Commits a pending new item to the collection. (inherited from BindingList) |
|
Equals | Determines whether the specified |
|
GetEnumerator | Returns an enumerator that iterates through the |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire |
|
Insert | Inserts an element into the |
|
Remove | Removes the first occurrence of a specific object from the |
|
RemoveAt | Removes the element at the specified index of the |
|
RemoveFilter | |
|
ResetBindings | Raises a |
|
ResetItem | Raises a |
|
ToString | Returns a |
Public Events
| Name | Description | |
|---|---|---|
|
AddingNew | Occurs before an item is added to the list. (inherited from BindingList) |
|
ListChanged | Occurs when the list or an item in the list changes. (inherited from BindingList) |