Search
PropertyGrid.currentObject Property
See Also
 






Gets the object whose properties are currently displayed by this control.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get currentObject() {}
set currentObject(value) {}

 Property Value

Object

The object whose properties are currently displayed.

 See Also