PartBinding

StockSharp.Xaml.Diagram.GXDiagram.PartManager

Provide access to the Part for data binding, e.g. inside a DataTemplate, as well as access to the model data itself.

Implements: INotifyPropertyChanged

Constructors

PartBinding(Part, object)

Construct and initialize a PartBinding, matching up a Node or Link with the data to which it is bound, to be used as the Content of a ContentPresenter.

part
data

Properties

Data : object

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

Group : Group

This returns Part as a Group.

Node : Node

This returns Part as a Node.

Part : Part

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

Methods

ToString() : string

This is might be useful for debugging.

Events

PropertyChanged : PropertyChangedEventHandler

This implementation of INotifyPropertyChanged does nothing.