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