Gets or sets what action to perform when users hit the Del key.
Namespace: MindFusion.Diagramming
Assembly: DiagramView.js
SyntaxJavaScript
Copy Code
|
|---|
get delKeyAction() {} |
DelKeyAction
A member of the DelKeyAction enumeration. The default value is DeleteSelectedItems.
RemarksDepending on this property value, the control can delete all selected items, delete only the active item, or ignore the Del key press.
See Also