GoXam for WPF v3
AddsToLogicalTree Property
Northwoods.GoXam Namespace > PartManager Class : AddsToLogicalTree Property
Gets or sets whether Parts are added and removed from the logical tree. [WPF only]
Syntax
public bool AddsToLogicalTree {get; set;}

Property Value

The default value is false.
Remarks

When false AddNodeForData, AddLinkForData(Object,IDiagramModel), AddLinkForData(Object,Object,IDiagramModel), and the corresponding remove methods do not add the new Node or Link to the DiagramPanel's logical tree.

See Also

Reference

PartManager Class
PartManager Members