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

Gets or sets the data that this part is bound to.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Data As Object
C# 
public virtual object Data {get; set;}

Property Value

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

Requirements

See Also

© 2010 All Rights Reserved.