TreeView.ContainerFromNode(TreeViewNode) Method

Definition

Returns the container corresponding to the specified node.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

DependencyObject ContainerFromNode(TreeViewNode const& node);
public DependencyObject ContainerFromNode(TreeViewNode 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