Removes the sort associated with the System.Windows.Forms.BindingSource.
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.