Skip to main content
A newer version of this page is available. .
Bar

PopupInfo<PopupType>.Child Property

Gets or sets the System.Windows.Controls.Primitives.Popup.Child property value for the automatically created popup. This is the dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public UIElement Child { get; set; }

Property Value

Type Description
UIElement

The UIElement object that is the Popup.Child property value.

See Also