Northwoods.GoSilverlight 1.2.2 Assembly
LinksSource Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : LinksSource Property

Gets and sets the diagram's Diagram.Model's Northwoods.GoXam.Model.ILinksModel.LinksSource, if the model is an ILinksModel.

Syntax

Visual Basic (Declaration) 
Public Property LinksSource As IEnumerable
C# 
public IEnumerable LinksSource {get; set;}

Remarks

Setting this property will not automatically create a model for you, if Diagram.Model is null. You will need to set that Diagram.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 Diagram.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".

Requirements

See Also

© 2010 All Rights Reserved.