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

适用于

另请参阅