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> からクラスを派生させ、次の手順を実行します。

適用対象