Share via


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

适用于

另请参阅