'Declaration Public Property CanUserAddRows As Boolean
'Declaration
Public Property CanUserAddRows As Boolean
public bool CanUserAddRows {get; set;}
If set to false the "new row" element will not appear, therefore the user will not be able to enter new rows.
Notice the availability of this feature is conditioned to the fact that the ItemsSource set supports adding new items.
C1DataGrid Class C1DataGrid Members