Northwoods.GoSilverlight 1.1.3 Assembly
CanGroup Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : CanGroup Method

This predicate is true if the user may group this part.

Syntax

Visual Basic (Declaration) 
Public Function CanGroup() As Boolean
C# 
public bool CanGroup()

Return Value

Return true if this part is Groupable, if this part's layer's AllowGroup is true, and if this part's diagram's AllowGroup is true.

See Also