BindingSource::RemoveFilter Method ()
.NET Framework (current version)
Removes the filter associated with the BindingSource.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | The underlying list does not support filtering. |
The RemoveFilter method refers the request to the underlying list's IBindingListView::RemoveFilter method. Only lists that implement IBindingListView support filtering.
By default, a call to this method is equivalent to setting the Filter property to null.
.NET Framework
Available since 2.0
Available since 2.0
Show: