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

PopupWindowManager.ShowPopup(WebWindow, WebWindow) Method

For internal use.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

[Browsable(false)]
public void ShowPopup(
    WebWindow windowToShow,
    WebWindow currentRequestWindow
)

Parameters

Name Type
windowToShow WebWindow
currentRequestWindow WebWindow
See Also