Search
ContainerNode.getAutoDeleteChildren Method
See Also
 

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

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getAutoDeleteChildren ()

 Return Value

true to automatically delete child items, or false otherwise.

 See Also