Gets or sets a value indicating whether the table section starting from this Header row is collapsed or expanded.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Expanded { get; set; } |
Visual Basic Copy Code |
---|
Public Property Expanded As Boolean |
true if the table section that starts from this row is expanded; otherwise, false. The default is true.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |