BindingList<T>.IsSortedCore 屬性

定義

取得值,指出清單是否為排序。

protected:
 virtual property bool IsSortedCore { bool get(); };
protected virtual bool IsSortedCore { get; }
member this.IsSortedCore : bool
Protected Overridable ReadOnly Property IsSortedCore As Boolean

屬性值

如果清單已排序,則為 true,否則為 false。 預設為 false

備註

類別 BindingList<T> 不提供排序的基底實作,因此 IsSortedCore 一律預設會 false 傳回 。

類別 BindingList<T> 不提供排序的基底實作。 若要啟用排序,請從 BindingList<T> 和 衍生類別:

此外,您可能想要實作補充 SortDirectionCoreSortPropertyCore排序屬性。

適用於