ComponentOne DataGrid for WPF and Silverlight
IsEditing Property (DataGridCellPresenter)

C1.WPF.DataGrid Namespace > DataGridCellPresenter Class : IsEditing Property
Gets or sets a value indicating whether this cell is currently editing.
Syntax
'Declaration
 
Public Property IsEditing As System.Boolean
public System.bool IsEditing {get; set;}
Remarks
This property is controlled by the C1DataGrid to which the presenter belongs.
See Also

Reference

DataGridCellPresenter Class
DataGridCellPresenter Members