ComponentOne DataGrid for WPF and Silverlight
IsEditing Property (DataGridCell)

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

Property Value

true if this cell is being edited; otherwise, false.
See Also

Reference

DataGridCell Class
DataGridCell Members