GoXam for WPF v3
RelinkableTo Property (Route)
Northwoods.GoXam Namespace > Route Class : RelinkableTo Property
Gets or sets whether the user may reconnect the "to" end of this link.
Syntax
public bool RelinkableTo {get; set;}

Property Value

The default value is false.
Remarks
In general one should call CanRelinkTo to see if a particular link is relinkable, not get this property value.
See Also

Reference

Route Class
Route Members