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

Gets or sets whether the user may select this part.

Syntax

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

Property Value

The default value is true.

Remarks

In general one should call Northwoods.GoXam.Part.CanSelect to see if a particular part is selectable, not get this property value.

See Also