ComponentOne DataGrid for WPF and Silverlight
IsEditable Property (DataGridCell)

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

Property Value

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

Reference

DataGridCell Class
DataGridCell Members