IBindingList::RemoveSort Method ()
.NET Framework (current version)
Removes any sort applied using ApplySort.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| NotSupportedException | SupportsSorting is false. |
This property is supported if SupportsSorting is true; otherwise, this property throws a NotSupportedException.
When you call this method, you should raise a ListChanged event with the Reset enumeration.
.NET Framework
Available since 1.1
Available since 1.1
Show: