GoXam for WPF v3
Data Property (Part)
Northwoods.GoXam Namespace > Part Class : Data Property
Gets or sets the data that this part is bound to.
Syntax
public virtual object Data {get; set;}

Property Value

For parts for which IsBoundToData is true, this returns the data. You can also set this property to rebind the Content of this part. For parts that are not bound to data, this will return the Part itself. You cannot set a value that is a UIElement, including parts such as Nodes or Links.
Remarks
This is overridden by Adornment to always be null.
See Also

Reference

Part Class
Part Members