'Declaration
Public Property CanUserAddRows As System.Boolean
public System.bool CanUserAddRows {get; set;}
'Declaration
Public Property CanUserAddRows As System.Boolean
public System.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.