Gets or sets a value indicating whether the user can add items to the edited collection.

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

Syntax

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

See Also