Search
PropertyGridContent.selectedCells Property
See Also
 






Gets the selected cells.

Namespace: MindFusion.DataViews
File: PropertyGridContent.js

 Syntax

JavaScript  Copy Code

get selectedCells() {}
set selectedCells(value) {}

 Property Value

Array

An array of GridCell instances.

 See Also