GoXam for WPF v3
GetChildrenForNode Method (TreeModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > TreeModel<NodeType,NodeKey> Class : GetChildrenForNode Method
Return a sequence of node data that are immediate children of a given node.
Syntax
public IEnumerable<NodeType> GetChildrenForNode( 
   NodeType nodedata
)

Parameters

nodedata

Return Value

an IEnumerable of child node data; an empty sequence if there are none
Remarks

This is used for model navigation and graph traversal. It is the same as GetToNodesForNode.

See Also

Reference

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