GoXam for WPF v3
RelinkableFrom 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
: RelinkableFrom Property
Gets or sets whether the user may reconnect the "from" end of this link.
Syntax
C#
public
bool
RelinkableFrom {
get
;
set
;}
Property Value
The default value is false.
Remarks
In general one should call
CanRelinkFrom
to see if a particular link is relinkable, not get this property value.
See Also
Reference
Link Class
Link Members