Search
PropertyGrid.allowEdit Property
See Also
 






Gets or sets a value, indicating whether inplace editing is enabled.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get allowEdit() {}
set allowEdit(value) {}

 Property Value

Boolean

True if inplace editing is enabled, otherwise false.

 See Also