GoXam for WPF v3
CanUngroup Method (CommandHandler)
Northwoods.GoXam Namespace > CommandHandler Class : CanUngroup Method
This overridable predicate controls whether or not the Ungroup command is executed.
Syntax
public virtual bool CanUngroup()

Return Value

by default, this returns true if the diagram is not IsReadOnly, if AllowDelete is true, if AllowUngroup is true, if the model is an Northwoods.GoXam.Model.ISubGraphModel that is modifiable, and if there are any selected Groups that can be Group.CanUngroup'ed.
See Also

Reference

CommandHandler Class
CommandHandler Members