[This is preliminary documentation and is subject to change.]
When overriden in derived class removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection).
Namespace: Tools.CollectionsT.GenericTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[EditorBrowsableAttribute(EditorBrowsableState.Never)] protected abstract void RemoveSort() |
| Visual Basic |
|---|
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _ Protected MustOverride Sub RemoveSort |
| Visual C++ |
|---|
[EditorBrowsableAttribute(EditorBrowsableState::Never)] protected: virtual void RemoveSort() abstract |
| F# |
|---|
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract RemoveSort : unit -> unit |
| JScript |
|---|
protected abstract function RemoveSort() |
Implements
IBindingList..::..RemoveSort()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..NotSupportedException | SupportsSorting is false. |