Share via


TreeViewExpandingEventArgs.Node Property

Definition

Gets the tree view node that is expanding.

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

TreeViewNode Node();
public TreeViewNode Node { get; }
Public ReadOnly Property Node As TreeViewNode

Property Value

The tree view node that is expanding.

Applies to