Search
InplaceEditEventArgs.control Property
See Also
 





Gets or sets the control used to edit the item's text.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get control() {}
set control(value) {}

 Property Value

Element

An HTML DOM element to use as editor.

 See Also