Search
PropertyGrid.editReadonlyProperties Property
See Also
 






Gets or sets a value indicating whether properties that don't have setters can be edited.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get editReadonlyProperties() {}
set editReadonlyProperties(value) {}

 Property Value

Boolean

True if read-only properties can be edited, otherwise false.

 See Also