BindingSource.SortProperty プロパティ

定義

リストの並べ替えに使用されている PropertyDescriptor を取得します。

public:
 virtual property System::ComponentModel::PropertyDescriptor ^ SortProperty { System::ComponentModel::PropertyDescriptor ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual System.ComponentModel.PropertyDescriptor SortProperty { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SortProperty : System.ComponentModel.PropertyDescriptor
Public Overridable ReadOnly Property SortProperty As PropertyDescriptor

プロパティ値

リストが IBindingListの場合は、並べ替えに使用されている PropertyDescriptor 。それ以外の場合は null

実装

属性

注釈

リストが IBindingListでない場合、 SortProperty は常に nullを返します。

適用対象