ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1DataGrid Class / CanUserEditRows Property

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