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