'Declaration
Public Property CanUserRemoveRows As System.Boolean
public System.bool CanUserRemoveRows {get; set;}
'Declaration
Public Property CanUserRemoveRows As System.Boolean
public System.bool CanUserRemoveRows {get; set;}
If you want to prevent users from adding and editing rows as well you can use IsReadOnly instead.
Notice the availability of this feature is conditioned to the fact that the ItemsSource set supports removing items.