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.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.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 field AllowModifyCollectionsProperty
Metadata properties set to true None

See Also