Northwoods.GoSilverlight 1.1.3 Assembly
Groupable Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Groupable Property

Gets or sets whether the user may group this part.

Syntax

Visual Basic (Declaration) 
Public Property Groupable As Boolean
C# 
public bool Groupable {get; set;}

Property Value

The default value is true.

Remarks

In general one should call Part.CanGroup to see if a particular part is groupable, not get this property value.

See Also