IBindingList.IsSorted 属性

定义

获取是否对列表中的项进行排序。

public:
 property bool IsSorted { bool get(); };
public bool IsSorted { get; }
member this.IsSorted : bool
Public ReadOnly Property IsSorted As Boolean

属性值

如果已调用 ApplySort(PropertyDescriptor, ListSortDirection) 并且未调用 RemoveSort(),则为 true;否则为 false

例外

注解

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

如果 IsSorted 返回 true,则按排序顺序添加或删除项。

适用于