'Declaration Public Property CanUserRemoveRows As Boolean
'Declaration
Public Property CanUserRemoveRows As Boolean
public 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.
C1DataGrid Class C1DataGrid Members