Search
PropertyGrid.allowCellSelect Property
See Also
 






Gets or sets a value, indicating whether single cell selection is enabled.

Namespace: MindFusion.DataViews
File: PropertyGrid.js

 Syntax

JavaScript  Copy Code

get allowCellSelect() {}
set allowCellSelect(value) {}

 Property Value

Boolean

True if single cell selection is enabled, otherwise false.

 See Also