Northwoods.GoWPF 2.2.4 Assembly
Data Property (Part)

Gets or sets the data that this part is bound to.
Syntax
Public Overridable Property Data As Object
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

Reference

Part Class
Part Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback