[]
Gets or sets the content of the DropDownWindow. This is a dependency property.
[Bindable(true)]
public UIElement Child { get; set; }
<Bindable(True)>
Public Property Child As UIElement
Type | Description |
---|---|
UIElement | The UIElement content of the DropDownWindow control. The default is null. |