Search
TreeViewItem.Expanded Property
See Also
 





Gets or sets whether this item is expanded to show its children.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool Expanded { get; set; }

Visual Basic  Copy Code

Public Property Expanded As Boolean

 Property Value

true to show the children of this item, otherwise false; the default value is true.

 See Also