Search
PropertyGrid.selectedObject Property
See Also
 






Gets or sets the object whose properties can be edited by this control.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get selectedObject() {}
set selectedObject(value) {}

 Property Value

Object

The object to edit.

 See Also