TreeViewNode.Children Property

Definition

Gets the collection of nodes that are children of the current node.

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

public:
 property IVector<TreeViewNode ^> ^ Children { IVector<TreeViewNode ^> ^ get(); };
IVector<TreeViewNode> Children();
public IList<TreeViewNode> Children { get; }
Public ReadOnly Property Children As IList(Of TreeViewNode)

Property Value

The collection of nodes that are children of the current node. The default is an empty collection.

Applies to