Gets or sets whether the grid should display a user interface to allow the user to add or remove items from collections. This is a dependency property.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool AllowModifyCollections { get; set; }
Visual Basic (Declaration)
Public Property AllowModifyCollections As Boolean

Remarks

Setting this property to false does not prevent users from editing the values in collections: it only prevents adding and removing items.

Dependency Property Information
Identifier fieldAllowModifyCollectionsProperty
Metadata properties set to trueNone

See Also