DataViewManager.IBindingList.RemoveSort Method

Definition

Removes any sort applied using ApplySort(PropertyDescriptor, ListSortDirection).

 virtual void System.ComponentModel.IBindingList.RemoveSort() = System::ComponentModel::IBindingList::RemoveSort;
void IBindingList.RemoveSort ();
abstract member System.ComponentModel.IBindingList.RemoveSort : unit -> unit
override this.System.ComponentModel.IBindingList.RemoveSort : unit -> unit
Sub RemoveSort () Implements IBindingList.RemoveSort

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DataViewManager instance is cast to an IBindingList interface.

Applies to