Northwoods.GoWPF 2.2.4 Assembly
Data Property (PartManager.PartBinding)

Gets the model data that this Node or Link is bound to.
Syntax
Public ReadOnly Property Data As Object
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.
Requirements
See Also

Reference

PartManager.PartBinding Class
PartManager.PartBinding Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback