Skip to main content
Bar

PopupControlContainer.ShowPopup(Point) Method

Invokes the PopupControlContainer at a specified position.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void ShowPopup(
    Point p
)

Parameters

Name Type Description
p Point

A point specifying the position at which to display the PopupControlContainer.

Remarks

The p parameter represents an offset from the upper-left parent control corner in pixels.

See Also