MindFusion.Wpf Pack Programmer's Guide
ContainerNode.AllowAddChildren Property
See Also
 





Gets or sets a value indicating whether child nodes can be added interactively to this container.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowAddChildren { get; set; }

Visual Basic  Copy Code

Public Property AllowAddChildren As Boolean

 Property Value

true to allow adding child nodes, otherwise false. The default value is true.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming.Wpf Namespace
AllowRemoveChildren Property