GoXam for WPF v3
ExpandSubGraph Method
Northwoods.GoXam Namespace > Group Class : ExpandSubGraph Method
Make visible each member node and link, and perhaps recursively expand nested subgraphs.
Syntax
public void ExpandSubGraph()
Remarks

This will expand a nested member group only if its GetWasSubGraphExpanded was true.

This also calls SetIsSubGraphExpanded to set that attached property, to support data binding the state of the group.

This operation is performed within an "Expand SubGraph" transaction.

See Also

Reference

Group Class
Group Members