Search
TableRow.expanded Property
See Also
 





Gets or sets a value indicating whether the table section starting from this header row is collapsed or expanded.

Namespace: MindFusion.Diagramming
File: TableRow.js

 Syntax

JavaScript  Copy Code

get expanded() {}
set expanded(value) {}

 Property Value

Boolean

true if the table section that starts from this row is expanded; or false otherwise. The default is true.

 Remarks

This property can be set only if the row is a header. Links connected to the rows of a collapsed table section appear to be connected to the section header row.

 See Also