Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 473 Bytes

treeviewnode_children.md

File metadata and controls

30 lines (15 loc) · 473 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.TreeViewNode.Children
winrt property

Microsoft.UI.Xaml.Controls.TreeViewNode.Children

-description

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

-property-value

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

-remarks

-see-also

-examples