IsEditing Property (DataGridCell)
In This Topic
Gets a value indicating whether this cell is being edited.
Syntax
'Declaration
Public ReadOnly Property IsEditing As Boolean
public bool IsEditing {get;}
Property Value
true
if this cell is being edited; otherwise,
false
.
See Also