BindingList<T>.SortPropertyCore プロパティ

定義

派生クラスで並べ替えが実装されている場合、リストの並べ替えに使用されるプロパティ記述子を取得します。実装されていない場合は null を返します。

protected:
 virtual property System::ComponentModel::PropertyDescriptor ^ SortPropertyCore { System::ComponentModel::PropertyDescriptor ^ get(); };
protected virtual System.ComponentModel.PropertyDescriptor SortPropertyCore { get; }
protected virtual System.ComponentModel.PropertyDescriptor? SortPropertyCore { get; }
member this.SortPropertyCore : System.ComponentModel.PropertyDescriptor
Protected Overridable ReadOnly Property SortPropertyCore As PropertyDescriptor

プロパティ値

リストの並べ替えに使用される PropertyDescriptor

注釈

SortPropertyCore クラスは null 並べ替えの基本実装を BindingList<T> 提供しないため、 は既定で を返します。 並べ替えを有効にするには、 と から BindingList<T> クラスを派生させます。

適用対象