IBindingList.SupportsSorting 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出清單是否支援排序。
public:
property bool SupportsSorting { bool get(); };
public bool SupportsSorting { get; }
member this.SupportsSorting : bool
Public ReadOnly Property SupportsSorting As Boolean
屬性值
如果清單支援搜尋,則為 true
,否則為 false
。
備註
如果此屬性為 ,則IsSorted支援、SortProperty、SortDirection、ApplySort、 和 RemoveSort 。true