TreeViewNode.ContentProperty Property

Definition

Identifies the Content 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 ^ ContentProperty { DependencyProperty ^ get(); };
static DependencyProperty ContentProperty();
public static DependencyProperty ContentProperty { get; }
Public Shared ReadOnly Property ContentProperty As DependencyProperty

Property Value

The identifier for the Content dependency property.

Applies to