IBindingList.IsSorted 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取是否对列表中的项进行排序。
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
。
例外
SupportsSorting 为 false
。
注解
如果 SupportsSorting 为 true
,则支持此属性;否则,此属性将 NotSupportedException引发 。
如果 IsSorted 返回 true
,则按排序顺序添加或删除项。