Search
ContainerNode.getAllowRemoveChildren Method
See Also
 

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

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

 Syntax

Java  Copy Code

public boolean getAllowRemoveChildren ()

 Return Value

true if users are allowed to remove child nodes from this container; otherwise, false.

 See Also