IEditableCollectionView.CurrentEditItem プロパティ

定義

編集中のコレクション内の項目を取得します。

public:
 property System::Object ^ CurrentEditItem { System::Object ^ get(); };
public object CurrentEditItem { get; }
member this.CurrentEditItem : obj
Public ReadOnly Property CurrentEditItem As Object

プロパティ値

IsEditingItemtrueされている場合は編集中のコレクション内の項目。それ以外の場合はnull

適用対象