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

PopupWindowManager.RegisterStartupWindowOpeningScript(Page, WebWindow, WebWindow, Boolean, ShowViewSource) Method

OBSOLETE

Use the ShowPopup method instead

This API is obsolete now.

Namespace: DevExpress.ExpressApp.Web

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

Declaration

[Obsolete("Use the ShowPopup method instead")]
[Browsable(false)]
public void RegisterStartupWindowOpeningScript(
    Page page,
    WebWindow currentWindow,
    WebWindow targetPopupWindow,
    bool isModal,
    ShowViewSource showViewSource
)

Parameters

Name Type
page Page
currentWindow WebWindow
targetPopupWindow WebWindow
isModal Boolean
showViewSource ShowViewSource
See Also