PopupInfo<PopupType>.Popup Property
In This Article
Gets the popup object that the current object wraps.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Popup |
The corresponding popup object. |
#Remarks
A PopupInfo object is a wrapper for a specific popup object. The Popup property returns the corresponding popup object that the current PopupInfo object wraps.
See Also