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

Property Value

For parts for which Part.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

Adornment Class
Adornment Members