GoXam for WPF v3
Data Property (PartManager.PartBinding)
Northwoods.GoXam Namespace > PartManager.PartBinding Class : Data Property
Gets the model data that this Node or Link is bound to.
Syntax
public object Data {get;}
Remarks
For example a minimal node template might be: <DataTemplate> <TextBlock Text="{Binding Path=Data}" /> </DataTemplate> where the text string will the result of calling ToString on your node data object.
See Also

Reference

PartManager.PartBinding Class
PartManager.PartBinding Members