TreeViewNode.IsExpandedProperty Property

Definition

Identifies the IsExpanded dependency property.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.TreeViewNode.IsExpandedProperty (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; }
var dependencyProperty = TreeViewNode.isExpandedProperty;
Public Shared ReadOnly Property IsExpandedProperty As DependencyProperty

Property Value

The identifier for the IsExpanded dependency property.

Applies to