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

Parameters

d
the root VisualElement
v
Remarks
Changing this attached property toggles the Visible property of member nodes and links. Setting this attached property also sets the IsExpandedSubGraph dependency property.
See Also

Reference

Group Class
Group Members