GoXam for WPF v3
CopyingInclusions Property
Northwoods.GoXam Namespace > CommandHandler Class : CopyingInclusions Property
Gets or sets whether Copy deletes only the selected parts or subtrees of selected nodes as well.
Syntax
public EffectiveCollectionInclusions CopyingInclusions {get; set;}

Property Value

The default value is Northwoods.GoXam.Tool.EffectiveCollectionInclusions.Standard.
Remarks

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

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

If you set this property, you might also want to set the DeletingInclusions property and the Northwoods.GoXam.Tool.DraggingTool.Inclusions property.

See Also

Reference

CommandHandler Class
CommandHandler Members