PopupChild Property

Gets or sets the control to display in the popup.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
[ContentAttribute]
public Control? Child { get; set; }

Property Value

Control

See Also