Search
ContainerNode.AllowAddChildren Property
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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