GoXam for WPF v3
NodeKeyReferenceAutoInserts Property (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : NodeKeyReferenceAutoInserts Property
Gets or sets whether a NodeKey reference, when NodeKeyIsNodeData is true, automatically inserts the node into NodesSource.
Syntax
public bool NodeKeyReferenceAutoInserts {get; set;}

Property Value

The default value is false.
Remarks
This property only has an effect when NodeKeyIsNodeData is true. DoNodeAdded calls InsertNode if the referred-to node is not already known to be in the NodesSource collection.
See Also

Reference

TreeModel<NodeType,NodeKey> Class
TreeModel<NodeType,NodeKey> Members