TreeViewNode.Content Property

Definition

Gets or sets the data content for the current node.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property Platform::Object ^ Content { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable Content();

void Content(IInspectable value);
public object Content { get; set; }
Public Property Content As Object

Property Value

Object

Platform::Object

IInspectable

The data content for the current node.

Applies to