TreeViewNode.ContentProperty Property

Definition

Identifies the Content dependency property.

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

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

Property Value

The identifier for the Content dependency property.

Applies to