Search
PropertyGridContent.showReadonlyProperties Property
See Also
 






Gets a value indicating whether to enumerate the properties that don't have setters.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get showReadonlyProperties() {}
set showReadonlyProperties(value) {}

 Property Value

Boolean

True to enumerate read-only properties, otherwise false.

 See Also