System.Windows.Forms.BindingSource.RemoveSort Method

Removes the sort associated with the System.Windows.Forms.BindingSource.

Syntax

public virtual void RemoveSort ()

Remarks

The BindingSource.RemoveSort method refers the request to the underlying list's System.ComponentModel.IBindingList.RemoveSort method. Only lists that implement System.ComponentModel.IBindingList support sorting.

By default, a call to this method is equivalent to setting the BindingSource.Sort property to null.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0