GoXam for WPF v3
IsExpandedSubGraph Property
Northwoods.GoXam Namespace > Group Class : IsExpandedSubGraph Property
Gets or sets whether this group is considered "expanded".
Syntax
public bool IsExpandedSubGraph {get; set;}

Property Value

The default value is false. Changing this value calls either ExpandSubGraph or CollapseSubGraph.
Remarks
If you want to data bind whether this group is expanded, bind IsSubGraphExpandedProperty and WasSubGraphExpandedProperty.
See Also

Reference

Group Class
Group Members