CanUserRemoveItems Property (CollectionEditorControl)
In This Topic
Gets or sets a value indicating whether the user can remove items from the edited collection.
Syntax
'Declaration
Public Property CanUserRemoveItems As Boolean
public bool CanUserRemoveItems {get; set;}
See Also