Search
PropertyGrid.showReadonlyProperties Property
See Also
 






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

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Boolean

True to enumerate read-only properties, otherwise false.

 See Also