Search
PropertyGrid.showAllProperties Property
See Also
 






Gets or sets a value indicating whether to enumerate the properties, that are not included in the meta data dictionary.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get showAllProperties() {}
set showAllProperties(value) {}

 Property Value

Boolean

True to enumerate all properties, otherwise false.

 See Also