GoXam for WPF v3
LinksSource Property (Diagram)
Northwoods.GoXam Namespace > Diagram Class : LinksSource Property
Gets and sets the diagram's Model's Northwoods.GoXam.Model.ILinksModel.LinksSource, if the model is an Northwoods.GoXam.Model.ILinksModel.
Syntax
public IEnumerable LinksSource {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.ILinksModel.LinksSource property.

When the Model is replaced, or when the model's Northwoods.GoXam.Model.ILinksModel.LinksSource 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