BindingSource.IsSorted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出基礎清單中的項目是否已排序。
public:
virtual property bool IsSorted { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool IsSorted { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSorted : bool
Public Overridable ReadOnly Property IsSorted As Boolean
屬性值
如果清單為 IBindingList 並已排序,則為 true
,否則為 false
。
實作
- 屬性
備註
IsSorted如果清單不是 IBindingList ,則一律會 false
傳回 。