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

适用于