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

Return Value

By default, this returns true: if the PrototypeGroup data is not null, if the diagram is not IsReadOnly, if AllowInsert is true, if AllowGroup is true, if the model is an Northwoods.GoXam.Model.ISubGraphModel that is modifiable, and if there are any selected nodes that can be Part.CanGroup'ed.
See Also

Reference

CommandHandler Class
CommandHandler Members