DataGrid for WPF/Silverlight
CurrentEditItem プロパティ

C1.Silverlight.DataGrid.5 アセンブリ > C1.Silverlight.DataGrid.Data 名前空間 > BaseCollectionView クラス : CurrentEditItem プロパティ
コレクション内の編集される項目を取得します。
シンタックス
'宣言
 
Public Overridable ReadOnly Property CurrentEditItem As System.Object
public virtual System.object CurrentEditItem {get;}

プロパティ値

System.ComponentModel.IEditableCollectionView.IsEditingItemが true の場合は編集される項目。そうでない場合は null。
参照

BaseCollectionView クラス
BaseCollectionView メンバ