Search
PropertyGrid.currentProperty Property
See Also
 






Gets the name of the selected property.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get currentProperty() {}
set currentProperty(value) {}

 Property Value

String

The selected property name.

 See Also