MindFusion.Wpf Pack Programmer's Guide
TableNode.Row.Expanded Property
See Also
 





Gets or sets whether the table section starting from this Header row is collapsed or expanded.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool Expanded { get; set; }

Visual Basic  Copy Code

Public Property Expanded As Boolean

 Property Value

true if the table section that starts from this row is expanded; otherwise, false. 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

TableNode.Row Members
TableNode.Row Class
MindFusion.Diagramming.Wpf Namespace