Skip to main content
A newer version of this page is available. .
Bar

PopupInfo<PopupType>.ShowPopup(UIElement) Method

Displays the popup control at the position next to the specified control.

Namespace: DevExpress.Xpf.Bars

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

Declaration

public virtual void ShowPopup(
    UIElement control
)

Parameters

Name Type Description
control UIElement

A UIElement, relative to which the popup control will be displayed.

See Also