Search
Grid.allowInplaceEdit Property
See Also
 





Gets or sets a value indicating whether grid cells' text can be edited interactively.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

get allowInplaceEdit() {}
set allowInplaceEdit(value) {}

 Property Value

Boolean

true if grid cells' text can be in-place edited, or false otherwise.

 See Also