DiagramLite Programmer's Guide
ContainerNode.AllowAddChildren Property
See Also
 





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

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

 Syntax

C#  Copy Code

public bool AllowAddChildren { get; set; }

Visual Basic  Copy Code

Public Property AllowAddChildren As Boolean

 Property Value

true to let users add child nodes to this container; otherwise, false. The default value is true.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming Namespace
AllowRemoveChildren Property