IBindingList.RemoveSort 方法

定义

使用 ApplySort(PropertyDescriptor, ListSortDirection) 移除任何已应用的排序。

public:
 void RemoveSort();
public void RemoveSort ();
abstract member RemoveSort : unit -> unit
Public Sub RemoveSort ()

例外

注解

如果 SupportsSortingtrue,则支持此属性;否则,此属性将 NotSupportedException引发 。

调用此方法时,应使用 Reset 枚举引发ListChanged事件。

适用于