GoXam for WPF v3
SelectedGroup Property
Northwoods.GoXam Namespace > Diagram Class : SelectedGroup Property
Gets or sets the primary selected Group.
Syntax
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public Group SelectedGroup {get; set;}

Property Value

This may be null, if SelectedPart is not a Group.
Remarks
Changing this value will make the previous value (if any) be not IsSelected, and will select the new value. Because this property is frequently set programmatically, it does not make sense to make this property the target of a OneWay data-binding.
See Also

Reference

Diagram Class
Diagram Members