Sets whether deleting this container should also remove its child items from the diagram.
Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders
SyntaxJava
Copy Code
|
|---|
public ContainerNodeBuilder autoDeleteChildren ( |
true to automatically delete child items, or false otherwise.
This ContainerNodeBuilder instance.
See Also