GoXam for WPF v3
Ungroupable Property
Northwoods.GoXam Namespace > Group Class : Ungroupable Property
Gets or sets whether the user may delete this group without removing any members.
Syntax
public bool Ungroupable {get; set;}

Property Value

The default value is true. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
Remarks
In general one should call CanUngroup to see if a particular node is ungroupable, not get this property value.
See Also

Reference

Group Class
Group Members