Northwoods.GoSilverlight 2.1.1 Assembly
CanUngroup Method
See Also  Send Feedback
Northwoods.GoXam Namespace > CommandHandler Class : CanUngroup Method

Glossary Item Box

This overridable predicate controls whether or not the Ungroup command is executed.

Syntax

Visual Basic (Declaration) 
Public Overridable Function CanUngroup() As Boolean
C# 
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.

Requirements

See Also

© 2013 All Rights Reserved.