MAUI Pack Programmer's Guide
ContainerNode.AutoDeleteChildren Property
See Also
 






Gets or sets whether deleting this container should also remove its child items from the diagram.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AutoDeleteChildren { get; set; }

Visual Basic  Copy Code

Public Property AutoDeleteChildren As Boolean

 Property Value

true to automatically delete child items, or false otherwise. The default value is false.

 See Also

ContainerNode Members
ContainerNode Class
MindFusion.Diagramming Namespace
Children Property