Search
PropertyGridContent.showAllProperties 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 showAllProperties() {}
set showAllProperties(value) {}

 Property Value

Boolean

True to enumerate read-only properties, otherwise false.

 See Also