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

Property Value

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

When set to Northwoods.GoXam.Tool.EffectiveCollectionInclusions.SubTree, Delete 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 CopyingInclusions property and the Northwoods.GoXam.Tool.DraggingTool.Inclusions property.

See Also

Reference

CommandHandler Class
CommandHandler Members