Removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection).
Namespace: Dapfor.Net.DataAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
| C# |
|---|
public void RemoveSort() |
| Visual Basic |
|---|
Public Sub RemoveSort |
| Visual C++ |
|---|
public: virtual void RemoveSort() sealed |
| F# |
|---|
abstract RemoveSort : unit -> unit override RemoveSort : unit -> unit |
Implements
IBindingList..::..RemoveSort()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | SupportsSorting is false. |