Back to Devexpress

BarPopupBase.ShowPopup(UIElement) Method

wpf-devexpress-dot-xpf-dot-bars-dot-barpopupbase-dot-showpopup-x28-system-dot-windows-dot-uielement-x29.md

latest1.4 KB
Original Source

BarPopupBase.ShowPopup(UIElement) Method

Displays the current BarPopupBase object relative to the specified UIElement.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual void ShowPopup(
    UIElement control
)
vb
Public Overridable Sub ShowPopup(
    control As UIElement
)

Parameters

NameTypeDescription
controlUIElement

A UIElement object relative to which, the BarPopupBase object is displayed.

|

Remarks

The relative position of the BarPopupBase object being displayed is specified by the inherited Placement property.

See Also

BarPopupBase Class

BarPopupBase Members

DevExpress.Xpf.Bars Namespace