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

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

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Part As Part
C# 
public Part Part {get;}

Remarks

This allows for access to Part properties when data binding in the DataTemplate for the Node or Link.

See Also