GoXam for WPF v3
Group Property (DiagramLayout)
Northwoods.GoXam.Layout Namespace > DiagramLayout Class : Group Property
Gets or sets a reference to the owner Northwoods.GoXam.Group, if any.
Syntax
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Group Group {get; set;}

Property Value

The default value is null, but it is set automatically by the Northwoods.GoXam.Diagram.Layout and Northwoods.GoXam.Group.Layout property setters; the former sets this property to null. You should not need to set this property.
See Also

Reference

DiagramLayout Class
DiagramLayout Members