BindingList<T>.SortDirectionCore プロパティ

定義

リストが並べ替えられる順序を取得します。

protected:
 virtual property System::ComponentModel::ListSortDirection SortDirectionCore { System::ComponentModel::ListSortDirection get(); };
protected virtual System.ComponentModel.ListSortDirection SortDirectionCore { get; }
member this.SortDirectionCore : System.ComponentModel.ListSortDirection
Protected Overridable ReadOnly Property SortDirectionCore As ListSortDirection

プロパティ値

ListSortDirection 値のいずれか 1 つ。 既定値は、Ascending です。

注釈

クラスは BindingList<T> 並べ替えの基本実装を提供しないため SortDirectionCore 、常に既定で を返します Ascending 。 並べ替えの詳細については、 メソッドを ApplySort 参照してください。

適用対象