TreeView.ContainerFromNode(TreeViewNode) Method

Definition

Returns the container corresponding to the specified node.

DependencyObject ContainerFromNode(TreeViewNode const& node);
public DependencyObject ContainerFromNode(TreeViewNode node);
function containerFromNode(node)
Public Function ContainerFromNode (node As TreeViewNode) As DependencyObject

Parameters

node
TreeViewNode

The node to retrieve the container for.

Returns

A container that corresponds to the specified node, if the node has a container and exists in the collection; otherwise, null.

Applies to