BindingSource.IsSorted 屬性

定義

取得值,指出基礎清單中的項目是否已排序。

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 傳回 。

適用於