CollectionView for WinForms
ApplySort メソッド

C1.Win.CollectionView アセンブリ > C1.Win.CollectionView 名前空間 > C1CollectionViewBindingList クラス : ApplySort メソッド
The System.ComponentModel.PropertyDescriptor to sort by.
One of the System.ComponentModel.ListSortDirection values.
Sorts the list based on a System.ComponentModel.PropertyDescriptor and a System.ComponentModel.ListSortDirection.
シンタックス
'宣言
 
Public Sub ApplySort( _
   ByVal property As System.ComponentModel.PropertyDescriptor, _
   ByVal direction As System.ComponentModel.ListSortDirection _
) 
public void ApplySort( 
   System.ComponentModel.PropertyDescriptor property,
   System.ComponentModel.ListSortDirection direction
)

パラメータ

property
The System.ComponentModel.PropertyDescriptor to sort by.
direction
One of the System.ComponentModel.ListSortDirection values.
参照

C1CollectionViewBindingList クラス
C1CollectionViewBindingList メンバ