ComponentOne DataGrid for WPF and Silverlight
IsEditable Property (DataGridRow)

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

Property Value

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

Reference

DataGridRow Class
DataGridRow Members