ComponentOne DataGrid for WPF and Silverlight
CanUserEditRows Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : CanUserEditRows Property
Gets or sets a value indicating whether the user is able to edit the data of the cells.
Syntax
'Declaration
 
Public Property CanUserEditRows As System.Boolean
public System.bool CanUserEditRows {get; set;}
Remarks
If you want to prevent users from removing rows as well you can use IsReadOnly instead.
See Also

Reference

C1DataGrid Class
C1DataGrid Members