GoXam for WPF v3
SetIsTreeExpanded Method
Northwoods.GoXam Namespace > Node Class : SetIsTreeExpanded Method
the root VisualElement
Sets the value of the IsTreeExpandedProperty attached dependency property.
Syntax
public static void SetIsTreeExpanded( 
   DependencyObject d,
   bool v
)

Parameters

d
the root VisualElement
v
Remarks
Changing this attached property toggles the Visible property of outbound links and their "to" nodes. Setting this attached property also sets the IsExpandedTree dependency property.
See Also

Reference

Node Class
Node Members