Search
ItemListView.setAllowRemove Method
See Also
 

Sets a value indicating whether to allow deletion of list items 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 users to delete items, or false otherwise. The default value is false.

 See Also