TreeViewNode.HasChildrenProperty Property

Definition

Identifies the HasChildren dependency property.

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