PopupControlContainer.ShowPopup(Point, IPopupControl) Method
Displays the PopupControlContainer at the specified point.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
p | Point | A point specifying the position at which to display the PopupControlContainer. |
parentPopup | DevExpress.Utils.Win.IPopupControl | A parent popup. |
Remarks
This method supports the internal infrastructure of the XtraBars. To display the PopupControlContainer at a specific point, use the ShowPopup overload which takes only the Point parameter.
See Also