GoXam for WPF v3
RelinkableTo Property (Link)
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
Link Class
: RelinkableTo Property
Gets or sets whether the user may reconnect the "to" end of this link.
Syntax
C#
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
Link Class
Link Members