DataGridCell.IsEditing 属性

定义

获取或设置一个值,该值指示单元格是否处于编辑模式。

public:
 property bool IsEditing { bool get(); void set(bool value); };
public bool IsEditing { get; set; }
member this.IsEditing : bool with get, set
Public Property IsEditing As Boolean

属性值

如果该单元格行处于编辑模式,则为 true;否则为 false。 已注册的默认值为 false。 有关可以影响值的因素的更多信息,请参见 DependencyProperty

适用于