Skip to main content
All docs
V26.1
  • PopupBaseEdit.PopupRoot Property

    Gets a child element of the editor’s popup.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public virtual FrameworkElement PopupRoot { get; }

    Property Value

    Type Description
    FrameworkElement

    A child element of the editor’s popup.

    See Also