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

Gets or sets whether the user may in-place text edit this part.

Syntax

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

Property Value

The default value is true.

Remarks

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

See Also