ComponentOne DataGrid for WPF and Silverlight
IsEditing Property (DataGridRow)

C1.WPF.DataGrid Namespace > DataGridRow Class : IsEditing Property
Gets a value indicating whether this row is editing.
Syntax
'Declaration
 
Public ReadOnly Property IsEditing As System.Boolean
public System.bool IsEditing {get;}

Property Value

true if this row is editing; otherwise, false.
See Also

Reference

DataGridRow Class
DataGridRow Members