TreeViewNode.IsExpandedProperty Property

Definition

Identifies the IsExpanded dependency property.

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

public:
 static property DependencyProperty ^ IsExpandedProperty { DependencyProperty ^ get(); };
static DependencyProperty IsExpandedProperty();
public static DependencyProperty IsExpandedProperty { get; }
Public Shared ReadOnly Property IsExpandedProperty As DependencyProperty

Property Value

The identifier for the IsExpanded dependency property.

Applies to