TreeViewNode.HasChildrenProperty Property

Definition

Identifies the HasChildren dependency property.

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

public:
 static property DependencyProperty ^ HasChildrenProperty { DependencyProperty ^ get(); };
static DependencyProperty HasChildrenProperty();
public static DependencyProperty HasChildrenProperty { get; }
var dependencyProperty = TreeViewNode.hasChildrenProperty;
Public Shared ReadOnly Property HasChildrenProperty As DependencyProperty

Property Value

The identifier for the HasChildren dependency property.

Applies to