Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 769 Bytes

treeviewnode_isexpanded.md

File metadata and controls

27 lines (16 loc) · 769 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.TreeViewNode.IsExpanded
winrt property

Windows.UI.Xaml.Controls.TreeViewNode.IsExpanded

-description

Gets or sets a value that indicates whether the cuurent tree view node is expanded.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewNode.IsExpanded (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-property-value

true if the node is expanded; otherwise, false.

-remarks

-see-also

-examples