Share via


ItemContainer.Child Property

Definition

Gets or sets the child element of the item, which can be any UIElement. This is the content of the item.

public:
 property UIElement ^ Child { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Child();

void Child(UIElement value);
public UIElement Child { get; set; }
var uIElement = itemContainer.child;
itemContainer.child = uIElement;
Public Property Child As UIElement

Property Value

The child element of the item, which can be any UIElement.

Applies to