Construct a new
Node, setting its
Content and
ContentTemplate properties.
Syntax
Parameters
- nodedata
- the data that this node is bound to; must not be a Node or any
UIElement - model
- the model that the is in
- isgroup
- whether the node should be a Group instead of a Node
- islinklabel
- whether the node acts as the label node for a link
- category
- the category of the node
- templ
- the
DataTemplate for the ContentTemplate property
Return Value
a newly created
Node or
Group, bound to via a
PartManager.PartBinding
See Also