Gets or sets a value indicating whether the user can remove items from the edited collection.

Namespace:  C1.Silverlight.Extended.PropertyGrid
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
public bool CanUserRemoveItems { get; set; }
Visual Basic
Public Property CanUserRemoveItems As Boolean
	Get
	Set

See Also