GoXam for WPF v3
FindIsLinkLabelForNode Method (PartsModel)
Northwoods.GoXam.Model Namespace > PartsModel Class : FindIsLinkLabelForNode Method
Find whether a node data is a "label" for a link data.
Syntax
protected override bool FindIsLinkLabelForNode( 
   Node nodedata
)

Parameters

nodedata
Remarks

This is called on each node data that is added to the model, to decide whether the data represents a label node.

This is used for model discovery. This method can be overridden in case the NodeIsLinkLabelPath property path is not flexible enough or fast enough to determine the value.

See Also

Reference

PartsModel Class
PartsModel Members