ASP.NET Pack Programmer's Guide
ContainerNode.AllowRemoveChildren Property
See Also
 





Gets or sets a value indicating whether child nodes can be removed interactively from this container.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AllowRemoveChildren { get; set; }

Visual Basic  Copy Code

Public Property AllowRemoveChildren As Boolean

 Property Value

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

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming Namespace
AllowAddChildren Property