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
備註
若此性質為 true,則 IsSorted、 SortProperty、 SortDirectionApplySort、 均RemoveSort為支持。