DataGridRow.IsEditing プロパティ

定義

行が編集モードであるかどうかを示す値を取得します。

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

プロパティ値

行が編集モードである場合は true。それ以外の場合は false。 登録済みの既定値は false です。 この値が何に影響されるかについては、DependencyProperty のトピックを参照してください。

適用対象

こちらもご覧ください