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
SyntaxJavaScript
Copy Code
|
|---|
get expanded() {} |
Boolean
true if the table section that starts from this row is expanded; or false otherwise. The default is true.
RemarksThis 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