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

PopupWindowManager.ShowPopup(WebWindow, WebWindow, Boolean, String) Method

For internal use.

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

[Browsable(false)]
public void ShowPopup(
    WebWindow windowToShow,
    WebWindow currentRequestWindow,
    bool showInFindPopup,
    string closeScript
)

Parameters

Name Type
windowToShow WebWindow
currentRequestWindow WebWindow
showInFindPopup Boolean
closeScript String
See Also