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

Gets or sets whether the user may remove this part from the diagram.

Syntax

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

Property Value

The default value is true.

Remarks

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

See Also