Back to Devexpress

PopupControlContainer.Content Property

wpf-devexpress-dot-xpf-dot-bars-dot-popupcontrolcontainer.md

latest1.4 KB
Original Source

PopupControlContainer.Content Property

Gets or sets the content of the current PopupControlContainer object. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[Bindable(true)]
public UIElement Content { get; set; }
vb
<Bindable(True)>
Public Property Content As UIElement

Property Value

TypeDescription
UIElement

A UIElement that specifies the content of the current PopupControlContainer object.

|

Remarks

Use this property to specify the content for the PopupControlContainer object.

See Also

PopupControlContainer Class

PopupControlContainer Members

DevExpress.Xpf.Bars Namespace