GoXam for WPF v3
IsExpandedTree Property
Northwoods.GoXam Namespace > Node Class : IsExpandedTree Property
Gets or sets whether this node is considered "expanded" with respect to showing/hiding nodes that it connects to.
Syntax
public bool IsExpandedTree {get; set;}

Property Value

The default value is true. Changing this value calls either ExpandTree or CollapseTree.
Remarks
If you want to data bind whether this node (subtree) is expanded, bind the IsTreeExpandedProperty and WasTreeExpandedProperty.
See Also

Reference

Node Class
Node Members