DataRowView.IsEdit プロパティ

定義

行が編集モードかどうかを示します。

public:
 property bool IsEdit { bool get(); };
public bool IsEdit { get; }
member this.IsEdit : bool
Public ReadOnly Property IsEdit As Boolean

プロパティ値

行が編集モードである場合は true。それ以外の場合は false

適用対象

こちらもご覧ください