DiagramLite Programmer's Guide
ContainerNode.AllowRemoveChildren Property
See Also
 





Gets or sets a value indicating whether users are allowed to remove nodes from this container.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool AllowRemoveChildren { get; set; }

Visual Basic  Copy Code

Public Property AllowRemoveChildren As Boolean

 Property Value

true to let users remove a child node; otherwise, false. The default value is true.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming Namespace
AllowAddChildren Property