GoXam for WPF v3
NodeIsLinkLabelPath Property
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : NodeIsLinkLabelPath Property
Gets or sets a property path that that specifies how to find out whether a node data is also a "label" for a link data.
Syntax
public string NodeIsLinkLabelPath {get; set;}

Property Value

This defaults to an empty string, which causes FindIsLinkLabelForNode to return false. The value must not be null.
Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindIsLinkLabelForNode for most cases.

The value of this property path applied to a node data object must be a boolean.

See Also

Reference

GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class
GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Members