Search
PropertyGridContent.focusedCell Property
See Also
 






Gets the active grid cell.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get focusedCell() {}
set focusedCell(value) {}

 Property Value

GridCell

the cell.

 See Also