Search
NodeListView.setAllowRemove Method
See Also
 

Sets a value indicating whether to allow deletion of list nodes by pressing Del.

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

 Syntax

Java  Copy Code

public void setAllowRemove (
    boolean value
)

 Parameters

value

true to allow node deletion, otherwise false.

 See Also