PopupBaseEdit.PopupRoot Property
In This Article
Gets a child element of the editor’s popup.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public virtual FrameworkElement PopupRoot { get; }
#Property Value
Type | Description |
---|---|
Framework |
A child element of the editor’s popup. |
See Also