PopupControlContainerInfo.Content Property
Gets or sets this PopupControlContainer‘s content.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
UIElement | A UIElement that is this PopupControlContainer‘s content. |
Remarks
See the PopupControlContainer.Content property to learn more.
See Also