GoXam for WPF v3
NodesSource Property (Diagram)
Northwoods.GoXam Namespace > Diagram Class : NodesSource Property
Gets and sets the diagram's Model's Northwoods.GoXam.Model.IDiagramModel.NodesSource.
Syntax
public IEnumerable NodesSource {get; set;}

Property Value

The setter ignores new values that are null.
Remarks

Setting this property will not automatically create a model for you, if Model is null. You will need to set that Model property explicitly, usually in code. When the value of this property changes, the new value is used as the new value for the Northwoods.GoXam.Model.IDiagramModel.NodesSource property.

When the Model is replaced, or when the model's Northwoods.GoXam.Model.IDiagramModel.NodesSource changes, this dependency property will automatically be set to the new collection value.

If you want to data-bind this property, you should use "Mode=TwoWay".

See Also

Reference

Diagram Class
Diagram Members