DiagramLite Programmer's Guide
DiagramNode.Expandable Property
See Also
 





Gets or sets a value indicating whether users are allowed to expand or collapse the subtree that starts from this node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool Expandable { get; set; }

Visual Basic  Copy Code

Public Property Expandable As Boolean

 Property Value

true to display expand/collapse button beside the node; otherwise false.

 Remarks

This property is useful mostly when nodes form a tree-like hierarchical structure.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
Diagram.NodesExpandable Property
Diagram.ExpandButtonTemplate Property