DataGrid for WPF/Silverlight
MoveCurrentTo メソッド

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid.Data 名前空間 > BaseCollectionView クラス : MoveCurrentTo メソッド
現在の項目として設定する項目。
ビュー内の指定された項目を System.ComponentModel.ICollectionView.CurrentItemとして設定します。
シンタックス
'宣言
 
Public Overridable Function MoveCurrentTo( _
   ByVal item As System.Object _
) As System.Boolean
public virtual System.bool MoveCurrentTo( 
   System.object item
)

パラメータ

item
現在の項目として設定する項目。

戻り値の型

結果の System.ComponentModel.ICollectionView.CurrentItemがビュー内の項目である場合は true、そうでない場合は false。
参照

BaseCollectionView クラス
BaseCollectionView メンバ