Northwoods.GoSilverlight 1.2.2 Assembly
Data Property
See Also  Send Feedback
Northwoods.GoXam Namespace > PartManager.PartBinding Class : Data Property

Gets the model data that this Node or Link is bound to.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Data As Object
C# 
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

© 2010 All Rights Reserved.