Skip to main content
Bar

PopupControlContainerInfo.Content Property

Gets or sets this PopupControlContainer‘s content.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public UIElement Content { get; set; }

Property Value

Type Description
UIElement

A UIElement that is this PopupControlContainer‘s content.

Remarks

See the PopupControlContainer.Content property to learn more.

See Also