GoXam for WPF v3
Inclusions Property
Northwoods.GoXam.Tool Namespace > DraggingTool Class : Inclusions Property
Gets or sets whether moving or copying a node also includes all of the node's children and their descendants, along with the links to those additional nodes.
Syntax
public EffectiveCollectionInclusions Inclusions {get; set;}

Property Value

The default value is EffectiveCollectionInclusions.Standard.
Remarks

When set to EffectiveCollectionInclusions.SubTree, ComputeEffectiveCollection will augment the collection of selected nodes to include their tree children nodes. The resulting collection often will include many Northwoods.GoXam.Nodes and Northwoods.GoXam.Links that are not Northwoods.GoXam.Part.IsSelected.

Links are assumed to go from the parent node to the children nodes, unless Northwoods.GoXam.Diagram.TreePath is set to "Source".

See Also

Reference

DraggingTool Class
DraggingTool Members